[DevOps][Note] How enable ssh authentication without password on Fedora

Hello,  

cd ~/.ssh

ls

Should be <fileName>.pub and <fileName> (private key) 

ssh-copy-id -f -i <filename>.pub <username>@<host>

Based on:


link 1

link 2


Комментарии