Add ssh dotfiles
This commit is contained in:
11
ssh/.ssh/config
Normal file
11
ssh/.ssh/config
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user