Debian
sudo rm -f /etc/ssh/sshd_not_to_be_run sudo systemctl enable ssh sudo systemctl start ssh
Log in to the server console as the bitnami user.
Edit the /etc/ssh/sshd_config and modify or add the following line:
PasswordAuthentication yes
Restart the SSH server for the new configuration to take effect:
sudo /etc/init.d/ssh force-reload
參考網址
Activate Or Deactivate The SSH Server
Connect To The Server Using SSH
Configure Password-Based SSH Authentication
留言
張貼留言