Mind Dump, Tech And Life Blog
written by Ivan Alenko
published under license Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)copy! share!
posted in category Systems Software / SSH
posted at 24. Aug '21

Howto Not Require Password of SSH Key Each Command

Also howto add SSH key to SSH agent. Filezilla too can use this, just leave the password blank (although I heard Filezilla is malware). Also very useful when using Ansible or Capistrano. I can type the password 3 times, but more is too much.

ssh-add ~/.ssh/myrtanoid

Add Comment