pavement

Ssh keys, using

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
 
m
 
Line 1: Line 1:
 +
Once you've got your keys created, you can specifically use the new key by using the '''-i''' switch:
  
Once you've got your keys created, you can specifically use the new key by using the '''-i''' switch
+
dave@kadath% ssh -i /home/dave/.ssh/rlyeh.key dave@rlyeh.tld
 
+
  
 
See also
 
See also
Line 8: Line 8:
  
 
[[ssh keys, creating]]
 
[[ssh keys, creating]]
 
[[ssh keys, using]]
 
  
 
[[SSH:_Passwordless_authentication]]
 
[[SSH:_Passwordless_authentication]]

Latest revision as of 10:24, 14 December 2005

Once you've got your keys created, you can specifically use the new key by using the -i switch:

dave@kadath% ssh -i /home/dave/.ssh/rlyeh.key dave@rlyeh.tld

See also

ssh

ssh keys, creating

SSH:_Passwordless_authentication

Personal tools