search for: private_key1

Displaying 3 results from an estimated 3 matches for "private_key1".

Did you mean: private_key
2011 Jan 15
1
keychain problem
hello centos.. I am having a very annoying problem on my network right now. it looks like every time I try to add my ssh key to keychain I have to issue a command just to get my ssh subsystem communicating with the ssh-agent: I have this line in my .bashrc file $(keychain --eval --quick --quiet private_key1 private_key2 private_key3) If I try to perform ssh-add I get the message: [bluethundr at VIRTCENT01:~]#ssh-add Could not open a connection to your authentication agent. So then I try to execute ssh-agent: bluethundr at amanda:~]#exec ssh-agent bash * Warning: can't find private_key1; skip...
2011 Jan 15
0
keychain problem(with config file)
...hello centos.. I am having a very annoying problem on my network right now. it looks like every time I try to add my ssh key to keychain I have to issue a command just to get my ssh subsystem communicating with the ssh-agent: I have this line in my .bashrc file $(keychain --eval --quick --quiet private_key1 private_key2 private_key3) If I try to perform ssh-add I get the message: [bluethundr at VIRTCENT01:~]#ssh-add Could not open a connection to your authentication agent. So then I try to execute ssh-agent: bluethundr at amanda:~]#exec ssh-agent bash ?* Warning: can't find private_key1; skip...
2009 Jun 18
2
Convert pem key to ssh-rsa format
...cate or from this public key? ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC7vbqajDw4o6gJy8UtmIbkcpnkO3Kwc4qsEnSZp/TR+fQi62F79RHWmwKOtFmwteURgLbj7D/WGuNLGOfa/2vse3G2eHnHl5CB8ruRX9fBl/KgwCVr2JaEuUm66bBQeP5XeBotdR4cvX38uPYivCDdPjJ1QWPdspTBKcxeFbccDw== This was obtained with this command: ssh-keygen -y -f private_key1.pem > public_key1.pub Need some help please... Thanks, Adriana