Use MobaXterm for file management of ubunbu system

1. In ubuntu
1. Install SSH client and Server
sudo apt-get install openssh-client
ssh-keygen
sudo apt-get install openssh-server
2. Confirm to start
ps -e|grep ssh
if it is not started, then sudo/etc/init .d/ssh start
3. Find the ip address
ifconfig
4. Service command
Stop the service: sudo/etc/init.d/ssh stop
Start the service: sudo/etc/init.d/ssh start
Restart the service: sudo/etc/init. d/ssh restart to
disconnect: exit

2.
Click Session on MobaXterm in windows and click SSHInsert picture description here

Remote host fill in the ip address you just checked, enter the ubuntu account password, and click ok.
carry out.

Guess you like

Origin blog.csdn.net/qq_42138927/article/details/107335731