mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 15:46:54 -04:00
feat: add .ssh/config
This commit is contained in:
+53
@@ -0,0 +1,53 @@
|
|||||||
|
Host ol8-dev
|
||||||
|
HostName ol8-dev
|
||||||
|
User anthony
|
||||||
|
|
||||||
|
Host srv-nebula-master srv-nebula-master.edgeware.tv
|
||||||
|
User=oneadmin
|
||||||
|
Compression=yes
|
||||||
|
|
||||||
|
Host 10.16.48.100 anthony-acd-router
|
||||||
|
User root
|
||||||
|
StrictHostKeyChecking no
|
||||||
|
UserKnownHostsFile=/dev/null
|
||||||
|
Compression=yes
|
||||||
|
ForwardAgent=yes
|
||||||
|
|
||||||
|
Host anthony-remote.edgeware.tv
|
||||||
|
User root
|
||||||
|
Compression=yes
|
||||||
|
ForwardAgent=yes
|
||||||
|
DynamicForward 12345
|
||||||
|
|
||||||
|
Host 10.16.*.* 10.19.* orbit-* anthony-* *.edgeware.tv
|
||||||
|
User root
|
||||||
|
StrictHostKeyChecking no
|
||||||
|
UserKnownHostsFile=/dev/null
|
||||||
|
Compression=yes
|
||||||
|
ForwardAgent=yes
|
||||||
|
|
||||||
|
Host 192.168.11.13, anthony-dev
|
||||||
|
User root
|
||||||
|
StrictHostKeyChecking no
|
||||||
|
UserKnownHostsFile=/dev/null
|
||||||
|
Compression=yes
|
||||||
|
ForwardAgent=yes
|
||||||
|
|
||||||
|
Host convoy
|
||||||
|
User=edgeware
|
||||||
|
HostName=convoy.local.oteri.xyz
|
||||||
|
|
||||||
|
Host acd-router
|
||||||
|
User=edgeware
|
||||||
|
HostName=acd-router.local.oteri.xyz
|
||||||
|
|
||||||
|
Host streamer
|
||||||
|
User=edgeware
|
||||||
|
HostName=streamer.local.oteri.xyz
|
||||||
|
|
||||||
|
Host repackager
|
||||||
|
User=edgeware
|
||||||
|
HostName=repackager.local.oteri.xyz
|
||||||
|
|
||||||
|
Host newenglandsalts.com
|
||||||
|
User=root
|
||||||
Reference in New Issue
Block a user