Mobile devices access to Linux r

作者: SpiffyEight77 | 来源:发表于2017-09-11 20:35 被阅读33次
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!

相关文章

网友评论

    本文标题:Mobile devices access to Linux r

    本文链接:https://www.haomeiwen.com/subject/fgnfsxtx.html