How to add ssh-key to not remember password
Each time I create new ssh-key I have to set password, and than every time have to enter this password while I’m logging into trusted servers… so to avoid enter password insert into .profile or .bashrc
`ssh-add -K ~/.ssh/id_rsa`
that’s it 馃槈
Najnowsze komentarze