From ed8e718ccdc6fcaef38e2b3aaa398824dd69906b Mon Sep 17 00:00:00 2001 From: Dessa Simpson Date: Fri, 23 May 2025 16:29:43 -0700 Subject: [PATCH] initial commit --- .ssh/config | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100755 .ssh/config diff --git a/.ssh/config b/.ssh/config new file mode 100755 index 0000000..bd74aeb --- /dev/null +++ b/.ssh/config @@ -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