junxnone / linux

Linux wiki
https://junxnone.github.io/linux/
0 stars 0 forks source link

Tools Remote ssh #11

Open junxnone opened 2 years ago

junxnone commented 2 years ago

ssh 远程管理工具

Install openssh-server

sudo apt install openssh-server

UseCase

Usecase Cmd
查看状态 sudo systemctl status ssh
设置开机自启动 sudo systemctl enable ssh