disable ssh password login
$ sudo vi /etc/ssh/sshd_config
ChallengeResponseAuthentication no
PasswordAuthentication no
disable ssh password login
$ sudo vi /etc/ssh/sshd_config
ChallengeResponseAuthentication no
PasswordAuthentication no
ssh pc without password ubuntu
# run on local pc
sudo apt-get update
sudo apt-get -y install openssh-server
sudo systemctl start ssh
ssh-keygen -t rsa
ssh-copy-id your_username@your_server-IP
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us