Add ssh dotfiles
This commit is contained in:
parent
741a7f300b
commit
9faa373f11
|
@ -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
|
Loading…
Reference in New Issue