我用 Linux程序员计算机微刊

Mobile devices access to Linux r

2017-09-11  本文已影响33人  SpiffyEight77
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.

Thank you for watching!

上一篇 下一篇

猜你喜欢

热点阅读