initial commit
This commit is contained in:
commit
ed8e718ccd
1 changed files with 46 additions and 0 deletions
46
.ssh/config
Executable file
46
.ssh/config
Executable file
|
@ -0,0 +1,46 @@
|
||||||
|
Host a1-free o1.i.xaviera.systems
|
||||||
|
Hostname 129.146.35.42
|
||||||
|
User root
|
||||||
|
ForwardAgent yes
|
||||||
|
Host bravo
|
||||||
|
Hostname 192.168.1.53
|
||||||
|
ForwardAgent yes
|
||||||
|
Host charlie
|
||||||
|
Hostname 192.168.1.46
|
||||||
|
ForwardAgent yes
|
||||||
|
Host echo
|
||||||
|
Hostname 192.168.40.104
|
||||||
|
ForwardAgent yes
|
||||||
|
Host k7dxs k7dxs.net
|
||||||
|
Hostname 74.207.242.178
|
||||||
|
ForwardAgent yes
|
||||||
|
Host luna
|
||||||
|
Hostname 192.168.40.105
|
||||||
|
ForwardAgent yes
|
||||||
|
|
||||||
|
Host ionian.dxs.gay dorian.dxs.gay phrygian.dxs.gay
|
||||||
|
User root
|
||||||
|
ForwardAgent yes
|
||||||
|
|
||||||
|
Host fucking-cisco
|
||||||
|
Hostname 192.168.1.4
|
||||||
|
User micros
|
||||||
|
KexAlgorithms diffie-hellman-group-exchange-sha1
|
||||||
|
HostKeyAlgorithms ssh-rsa
|
||||||
|
Host zappa
|
||||||
|
Hostname zappa.azrackspace.net
|
||||||
|
|
||||||
|
Host *
|
||||||
|
User dxs
|
||||||
|
PreferredAuthentications publickey,keyboard-interactive,password
|
||||||
|
|
||||||
|
CanonicalizeHostname yes
|
||||||
|
CanonicalDomains dxs.gay
|
||||||
|
CanonicalizeMaxDots 1
|
||||||
|
|
||||||
|
ControlMaster auto
|
||||||
|
ControlPath ~/.ssh/sockets/%r@%h-%p
|
||||||
|
ControlPersist 3600
|
||||||
|
|
||||||
|
ServerAliveInterval 60
|
||||||
|
ServerAliveCountMax 5
|
Loading…
Add table
Add a link
Reference in a new issue