diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-06-28 09:28:39 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-06-28 09:28:39 -0400 |
commit | 5e2b4186b7a9ac23f00d6ee101a84e4320c6f360 (patch) | |
tree | 77529853ed86f8c60507471615c634a27a47f039 /.ssh/config | |
parent | Update debian known hosts (diff) |
Only bother asking for passwords for MIT hosts; ssh-keys don't work
Diffstat (limited to '')
-rw-r--r-- | .ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 0a514d6..9c9c7b8 100644 --- a/.ssh/config +++ b/.ssh/config @@ -42,6 +42,7 @@ Host all-night-tool Host *.mit.edu mit-athena all-night-tool User rakavan StrictHostKeyChecking yes + PreferredAuthentications keyboard-interactive,password UserKnownHostsFile ~/.ssh/known_hosts.d/mit.edu ## McGill hosts Host *.cs.mcgill.ca |