add ssh config
This commit is contained in:
parent
7b594f385b
commit
70044dd399
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,6 +2,9 @@
|
||||
!.gitignore
|
||||
!.gitmodules
|
||||
|
||||
!.ssh
|
||||
!.ssh/config
|
||||
|
||||
!.xinitrc
|
||||
!.xmodmap
|
||||
|
||||
|
17
.ssh/config
Normal file
17
.ssh/config
Normal file
@ -0,0 +1,17 @@
|
||||
Host git.simponic.xyz
|
||||
Port 222
|
||||
Hostname nijika.sys.internal.simponic.xyz
|
||||
|
||||
Host git.hatecomputers.club
|
||||
User git
|
||||
Port 222
|
||||
|
||||
Host levi
|
||||
ForwardAgent yes
|
||||
|
||||
# work
|
||||
Host gul4
|
||||
Hostname gul4.usu.edu
|
||||
|
||||
Host rainsllamas
|
||||
Hostname 129.123.107.108
|
Loading…
Reference in New Issue
Block a user