thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.95k stars 202 forks source link

Multiple SSH servers #730

Closed papalozarou closed 1 year ago

papalozarou commented 1 year ago

At present there's only one key – so I can only have one SSH connection at a time. Can this be updated to allow multiple connections ala Blink, SecureShellFish, Textastic etc.?

bummoblizard commented 1 year ago

Thanks for the suggestion. I'll implement this in the future. But you can currently connect to multiple server by:

bummoblizard commented 1 year ago

Implemented via https://github.com/thebaselab/codeapp/commit/4e54d1e3a3c772644ce9a7dcd2ec58364c27900e.