Ssh-agent: Difference between revisions

From DISI
Jump to navigation Jump to search
(Created page with "How to use ssh-agent Once you log into the cluster do: ssh-agent tcsh (or bash if you prefer) Then do ssh-add and type your passphrase for your ssh key. Now you can mov...")
 
(asdf)
 
Line 10: Line 10:
and type your passphrase for your ssh key. Now you can move between machines in this shell without a password.  
and type your passphrase for your ssh key. Now you can move between machines in this shell without a password.  


[[Category:Security]]
[[Category:Internal]]

Latest revision as of 05:37, 3 June 2015

How to use ssh-agent

Once you log into the cluster do:

ssh-agent tcsh (or bash if you prefer) 

Then do

ssh-add

and type your passphrase for your ssh key. Now you can move between machines in this shell without a password.