Take the 2-minute tour ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It's 100% free, no registration required.

I use the key pair with passphrase for the host connection on ssh. Is it possible to specify this passpharase in ssh_config on the client?

share|improve this question

1 Answer 1

up vote 1 down vote accepted

Not in ssh_config file, but try with ssh-agent command.

share|improve this answer
    
Indeed - wiki.archlinux.org/index.php/SSH_keys#SSH_agents. Thank you! –  vinegret Jan 9 at 8:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.