SSH passwordless login is not working | Why password less ssh not working | Troubleshooting

preview_player
Показать описание
why password less ssh not working
There could be several reasons why passwordless SSH is not working. This Video will help you troubleshoot if SSH passwordless login is not working.
#linux
#technology
#education

setup passwordless login step-by-step
(1) ssh-keygen -t rsa
(2) mkdir -p .ssh ( Create this dir on remote vm)
(4) chmod 600 ~/.ssh/authorized_keys ( Run this command on remote vm)
(5) chmod 700 ~/.ssh ( Run this command on remote vm)
Рекомендации по теме
welcome to shbcf.ru