diff --git a/ssh/.ssh/config b/ssh/.ssh/config new file mode 100644 index 0000000..8c70c85 --- /dev/null +++ b/ssh/.ssh/config @@ -0,0 +1,11 @@ +host zion + user freebsd + hostname 192.168.1.2 + port 22 + identityfile ~/.ssh/zion + +host gitolite + user git + hostname 192.168.1.4 + port 22 + identityfile ~/.ssh/gitolite