douglasnaphas / configs

Configuration files for things like bash, screen, and vim
GNU General Public License v2.0
2 stars 1 forks source link

configs

Configuration files for things like bash, screen, and vim

Note for SSH agent forwarding

A common task when setting up on a new host is setting up ssh agent forwarding. When doing this, it may be necessary to follow this section of the document. For example, the command might be:

ssh-add -K ~/.ssh/id_rsa

on the host that you're SSH-ing in from. This could resolve an error like Permission denied (publickey). encountered on the remote server when you try ssh -T git@github.com.