Answers for "ssh remove password"

0

disable ssh password login

$ sudo vi /etc/ssh/sshd_config


ChallengeResponseAuthentication no
PasswordAuthentication no
Posted by: Guest on May-11-2021
0

ssh reset password

# Type "passwd" (without quotes)
passwd
# System prompt you to type your new pass, and then to confirm it.
Posted by: Guest on April-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language