X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/5f4fdfae1aad347ce0a5e84495b7db5f38b3798b..22d89d24e31f308cfaf0407fd29451f042ebb8d6:/ssh_config diff --git a/ssh_config b/ssh_config index 6e732a22..cb360d04 100644 --- a/ssh_config +++ b/ssh_config @@ -19,18 +19,13 @@ # RhostsRSAAuthentication yes # RSAAuthentication yes # PasswordAuthentication yes -# FallBackToRsh yes +# FallBackToRsh no # UseRsh no # BatchMode no # CheckHostIP yes # StrictHostKeyChecking no # IdentityFile ~/.ssh/identity # Port 22 +# Protocol 2,1 # Cipher blowfish # EscapeChar ~ - -# Be paranoid by default -Host * - ForwardAgent no - ForwardX11 no - FallBackToRsh no