Thursday, 19 November 2015

ssh

ssh-agent -s #start the agent
eval `ssh-agent -s` #or this to start
ssh-add -K ~/.ssh/id_rsa #add
ssh-add -l #list identities
ssh -vT git@github.com
ssh-add -D #remove existing identities
ssh-agent #copy the lines & run them
ssh-add #uses the output from above
ssh-agent -k #kill the agent
ps -ef | grep ssh-agent
view raw gistfile1.txt hosted with ❤ by GitHub

No comments:

Post a Comment