Skip to content

Commit

Permalink
Adding in a default ssh_config file that allows agent forwarding. Als…
Browse files Browse the repository at this point in the history
…o, some .gitignore stuff so that I don't accidentally commit my keys. That would be bad.
  • Loading branch information
cowboy committed Dec 30, 2011
1 parent d8d6d7e commit f5033a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
caches/
backups/
link/.ssh/authorized_keys
link/.ssh/id_*
link/.ssh/known_hosts
7 changes: 7 additions & 0 deletions link/.ssh/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Host *

# Forward ssh agent to the remote machine.
ForwardAgent yes

# Automatically all common hosts to the host file as they are connected to.

This comment has been minimized.

Copy link
@mathiasbynens

mathiasbynens Dec 30, 2011

You accidentally the verb.

This comment has been minimized.

Copy link
@cowboy

cowboy Dec 30, 2011

Author Owner

I can't believe did that.

StrictHostKeyChecking no

0 comments on commit f5033a0

Please sign in to comment.