summaryrefslogtreecommitdiff
path: root/common/ssh/config
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-02-22 00:06:50 -0600
committerChristian Cleberg <[email protected]>2026-02-22 00:06:50 -0600
commita7abb64db62d766f95ae96c1a2ac96220055d47f (patch)
treea567795e134b93966eb432537f9bf70f848d053b /common/ssh/config
parent9332f15ca8bb51bc0e32a78765111b40cee40c00 (diff)
downloaddotfiles-a7abb64db62d766f95ae96c1a2ac96220055d47f.tar.gz
dotfiles-a7abb64db62d766f95ae96c1a2ac96220055d47f.tar.bz2
dotfiles-a7abb64db62d766f95ae96c1a2ac96220055d47f.zip
reorganize dotfiles
Diffstat (limited to 'common/ssh/config')
-rw-r--r--common/ssh/config32
1 files changed, 0 insertions, 32 deletions
diff --git a/common/ssh/config b/common/ssh/config
deleted file mode 100644
index 5a66743..0000000
--- a/common/ssh/config
+++ /dev/null
@@ -1,32 +0,0 @@
-Host homelab
- User cmc
- HostName 192.168.0.97
- Port 22
-Host homelab-remote
- User cmc
- HostName 70.187.29.187
- Port 2169
-Host dell
- User cmc
- HostName 192.168.0.251
- Port 22
-Host *
- #ControlMaster auto
- #ControlPath ~/.ssh/master-%r@%h:%p
- #ControlPersist 300
- AddressFamily inet
- HashKnownHosts yes
- VisualHostKey yes
- PasswordAuthentication no
- ChallengeResponseAuthentication no
- StrictHostKeyChecking ask
- VerifyHostKeyDNS yes
- ForwardAgent no
- ForwardX11 no
- ForwardX11Trusted no
- ServerAliveInterval 300
- ServerAliveCountMax 2
- KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256
- HostKeyAlgorithms rsa-sha2-512,rsa-sha2-256,ssh-ed25519