Ssh keys, using
From FreeBSDwiki
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
+ | 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:_Passwordless_authentication]] | [[SSH:_Passwordless_authentication]] |
Latest revision as of 09: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