From ad233fd5e162339df77ab44243d2653baab7ebfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sun, 11 Nov 2012 21:23:08 -0300 Subject: Configure local user also --- ssh_config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ssh_config (limited to 'ssh_config') 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 -- cgit v1.2.3