apt-get install openssh-server
vi /etc/ssh/sshd_config
AllowUsers realjt(自己的用户名)
systemctl restart sshd
原文:
https://blog.csdn.net/juntian2008/article/details/88381229
apt-get install openssh-server
vi /etc/ssh/sshd_config
AllowUsers realjt(自己的用户名)
systemctl restart sshd
原文:
https://blog.csdn.net/juntian2008/article/details/88381229