Skip to content

Commit

Permalink
Update SSH settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Sep 30, 2016
1 parent 143384c commit 8fdd481
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/ssh/*
!/ssh/authorized_keys
!/ssh/config
!/ssh/id_rsa.pub
!/ssh/github_rsa.pub
/ssh/id_ed25519
/ssh/id_rsa
/ssh/known_hosts
bundle/cache
secrets
rbenv/*/
2 changes: 1 addition & 1 deletion ssh/authorized_keys
10 changes: 7 additions & 3 deletions ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ Host *.brew.sh
User brewadmin
ForwardAgent yes

Host github.com *.github.com *.github.net *.githubapp.com
User mikemcquaid
IdentityFile ~/.ssh/github_rsa
Host remote.github.net remote.github.com
ForwardAgent yes
User mikemcquaid

Host *.github.com *.github.net *.githubapp.com
ForwardAgent no
User mikemcquaid

Host * !heroku.com !github.com !github.net
RemoteForward 52698 localhost:52698
Expand All @@ -14,5 +17,6 @@ Host *
StrictHostKeyChecking ask
VerifyHostKeyDNS ask
NoHostAuthenticationForLocalhost yes
IdentityFile ~/.ssh/id_ed25519
ControlMaster auto
ControlPath /tmp/ssh-%r@%h:%p.socket
1 change: 0 additions & 1 deletion ssh/github_rsa.pub

This file was deleted.

1 change: 1 addition & 0 deletions ssh/id_ed25519.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID3dbEVCqBzPGwz7v6vWfn4uM/of0Hpo8Ql9by+6q3nO [email protected]
2 changes: 1 addition & 1 deletion ssh/id_rsa.pub
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJqj7UEu1vx/uq32whV3b5QmR6PcQq8adXZ3qFLXcvEeXi2wYHEhyZt4SWUBd9d7Se4kIbzByTRKx6avAOmK5DmUXOZ+/9JkbW0U0qerG2Ldmpc7/tEJDfH+vyJSXtqHlRpx2WpGaQg8WHVzrqrcg5WrFtYIou86tuXPXn0BMvW2JGnJDIso8zvjPBk5Q/VELOLBZi2Q0ecDD/wSlzi0N2piJbRgxFUxV5ZPevwWWl8vjQ7E1kHPVyd5jR/E1VtuJWz3QPHBerXW730XOM7d+PM3QBU3S/1uOc5hypKEutiSChHjKxO468dNDNQDaZrwPMqZnO+HsWWOjbnuUiCbJj [email protected]
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDP9twZflGC3XXMUWvBCVh6GcNBR01ghVhMFo4OMRrLiqdWzt1vO3wu4/7ek+HPGX3MnprrKNYdmWHLRQRrq3sgWkJbeni/YIWLA4vr7uOMGHGCdgAfr1FEBi+4O2ceB+w6HB3oUmai8UiIgYKEJjN3RkTk/gI2Zmhp9s7Znxpr3pBY9RNdH5yUzGt4qW0+Pqq/BAoDQ08zKCi3OGcfVdHBpSdKZSIDILAt7YQJNSqJtGnNW4oE0gwwFfflBaJph9xHDX9tVmiUhMIw6PB12q0meqKueZUXUhBxtSzMhyZUHM+G8ZT9KEU+65KA6YQFSdpuGVJZKDowDNCmDKutdflQ4KoaBJQwlxWdrGyv6zcAyImMKeCPsZSQieicqGJ/RbGC7rGhSPF9pfv1A2UITsU1mdTmehcgt8CqvLmhaW+aUD4zQCy6FZOlodqQwdzy2DlgzMv5q1Gxqpn0sp6OnZvmVEC84jIY1bVpUoGt/0PoDCswqbfOc3Lvl2nt6DEyhkTjYESyVY6GwbyH7lAl63iSPI2kbTmZiMFCZ5w2mJSWNRLn1p4HjlLMnuU8Q30/WpB7otzMSSSeJHciBZ39r1PgmXfcEyM/NoejgOkPxAPxLC/CuJYnvK9CsNJECMFvBCgxd3+3q/0ZCyc6aQCW2fVEO6zVbRnCB9kk5geTzRmMmQ== [email protected]

0 comments on commit 8fdd481

Please sign in to comment.