Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 956 Bytes

ssh-info.md

File metadata and controls

34 lines (19 loc) · 956 Bytes

Using SSH

What is ssh-agent?

Instead, do the following: http://apple.stackexchange.com/questions/48502/how-can-i-permanently-add-my-ssh-private-key-to-keychain-so-it-is-automatically

-- add automatically


ssh-cws@~ $ eval "$(ssh-agent -s)" Agent pid 1049 cws@~ $ ssh-add -K /.ssh/do-disoka1 Identity added: /Users/ak/.ssh/do-disoka1 (/Users/ak/.ssh/do-disoka1) cws@ $


useful ssh background info: http://www.linuxjournal.com/article/4412?page=0,1