summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2021-11-02 18:13:36 -0700
committerMike Crute <mike@crute.us>2021-11-02 18:13:36 -0700
commit8e6ad93e1b18864700818ee96697b0d6bb10f3f7 (patch)
tree5e3c61d13ad2ff4929a5eccb736ea36892b1c13f /.ssh
parent21a8cd5be238acd20b6196674d27d830f879fd0f (diff)
downloaddotfiles-8e6ad93e1b18864700818ee96697b0d6bb10f3f7.tar.bz2
dotfiles-8e6ad93e1b18864700818ee96697b0d6bb10f3f7.tar.xz
dotfiles-8e6ad93e1b18864700818ee96697b0d6bb10f3f7.zip
Update ssh defaults
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config5
1 files changed, 3 insertions, 2 deletions
diff --git a/.ssh/config b/.ssh/config
index 052d0ca..4c6428c 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -2,12 +2,13 @@
2 2
3VerifyHostKeyDNS yes 3VerifyHostKeyDNS yes
4ServerAliveInterval 60 4ServerAliveInterval 60
5#GSSAPIAuthentication no
6UseRoaming no
7ConnectTimeout 10 5ConnectTimeout 10
8ConnectionAttempts 10 6ConnectionAttempts 10
9HashKnownHosts yes 7HashKnownHosts yes
10 8
9# Allow SSH-RSA keys for now
10PubkeyAcceptedKeyTypes +ssh-rsa
11
11Host *.crute.me, !code.crute.me, mcrute-virt 12Host *.crute.me, !code.crute.me, mcrute-virt
12 User mcrute 13 User mcrute
13 ForwardAgent yes 14 ForwardAgent yes