如果是局域网ssh,首先确认是否在一个网络下,
然后在remote server上启动ssh
sudo apt update
sudo apt updatesudo apt install openssh-server
sudo systemctl status ssh
sudo ufw allow ssh
Then,
ssh xxxx@192.168.xxx.xxx
Source: linuxize.com/post/how-to…
如果是局域网ssh,首先确认是否在一个网络下,
然后在remote server上启动ssh
sudo apt update
sudo apt updatesudo apt install openssh-server
sudo systemctl status ssh
sudo ufw allow ssh
Then,
ssh xxxx@192.168.xxx.xxx
Source: linuxize.com/post/how-to…