diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-11 21:23:08 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-11 21:23:08 -0300 |
commit | ad233fd5e162339df77ab44243d2653baab7ebfd (patch) | |
tree | 96a7f837ec552614493f07dd9879d0bed4916234 /ssh_config | |
parent | 650750cae5039d1a0ece091fe84e7bd2a17eca00 (diff) |
Configure local user also
Diffstat (limited to 'ssh_config')
-rw-r--r-- | ssh_config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ssh_config b/ssh_config new file mode 100644 index 0000000..2a57c97 --- /dev/null +++ b/ssh_config @@ -0,0 +1,6 @@ + +# ssh shortcut for git@localhost +Host git + HostName localhost + User git +# Port 22 # change to your ssh port |