thebaselab / codeapp

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

Custom SSH #1048

Open Luffy2810 opened 2 months ago

Luffy2810 commented 2 months ago

Right now we have a GUI interface where we need to enter address and it connects but can we have a command line option?

I have a machin which uses ngrok and I am not able to do ssh using GUI.

I am able to do SSH via command line but I cannot access the directories then.

The command to ssh into ngrok machine is like: ssh -p @tcp://0.tcp.in.ngrok.io

I tried adding address as: tcp://0.tcp.in.ngrok.io and port number in the respective fields

But the app just throws out an unknown error.

bummoblizard commented 2 months ago

Thanks for reporting. I will look into this.

bummoblizard commented 2 months ago

Try these settings in the GUI:

Address: 0.tcp.in.ngrok.io
Port: <ASSIGNED_PORT / 22>
Username: <USERNAME>