DEV Community

tp1050
tp1050

Posted on

Guide: Extremely Shitty SSH server

First off thanks for making an app that is mute! The ssh-server is setup to use RSA- for AUTHENTICATION but off course the coders did not bother to add that somewhere, or add an example setup for fellow Linux user, well here it is:

sudo nano ~/.shh/config

then

Host mobile     
     HostName 192.168.1.102 --> Any 
     Port 6907
     IgnoreUnknown UseKeychain
     UseKeychain yes
     HostKeyAlgorithms +ssh-rsa,ssh-dss


Enter fullscreen mode Exit fullscreen mode

then go-->
ssh mobile

off course the ssh shell is useless but..... if you
use the network file browsers:

ctrl+l

then
type:

ssh://192.168.1.102
dont forget to bookmark it

Top comments (0)