codeapp
codeapp copied to clipboard
Custom SSH
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
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.
Thanks for reporting. I will look into this.
Try these settings in the GUI:
Address: 0.tcp.in.ngrok.io
Port: <ASSIGNED_PORT / 22>
Username: <USERNAME>