diff options
author | xero <x@xero.nu> | 2015-09-04 17:44:44 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2015-09-04 17:44:44 -0400 |
commit | d599fce0f5452447835dee424ab227c0369b3acf (patch) | |
tree | d0049937725ab7a88a5d6cda71ef1471d8c225a7 | |
parent | c40c3f946c8d62a38dc39d2e35c6e28e54a9d870 (diff) | |
download | dotfiles_ascii-d599fce0f5452447835dee424ab227c0369b3acf.tar.xz dotfiles_ascii-d599fce0f5452447835dee424ab227c0369b3acf.zip |
work ssh template
-rw-r--r-- | ssh/.ssh/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 3083d22..8361a7f 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -1,2 +1,4 @@ Host * - ServerAliveInterval 60
\ No newline at end of file + ServerAliveInterval 60 +#Host github.com +# IdentityFile ~/.ssh/work |