pics
We use the SSH to make our mobile devices to access to our PC which run the Linux OS.
1.We have to install the SSH on our Linux
$ sudo apt-get install openssh-server
Pics
2.Check the service running or not.
$ sudo ps -e |grep ssh
$ sudo service ssh start //if it wasn't running , just restart the ssh service
Pics
3.Check the ip of your PC which is running the Linux OS
$ sudo ifconfig
pics
4.Download the App which supports ssh.
For example the App which called Termius.
5.Make a new a host and edit the right configurations.








网友评论