Skip to content

vscode使用ssh远程登陆ubuntu

shell
sudo apt install openssh-server
sudo systemctl enable ssh
sudo systemctl start ssh
最近更新