Skip to content

Instantly share code, notes, and snippets.

@jsierles
Created February 25, 2014 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsierles/9212141 to your computer and use it in GitHub Desktop.
Save jsierles/9212141 to your computer and use it in GitHub Desktop.
ssh -vvv \
-o PasswordAuthentication=yes \
-o ChallengeResponseAuthentication=no \
-o GSSAPIAuthentication=no \
-o HostbasedAuthentication=no \
-o PubkeyAuthentication=no \
-o RSAAuthentication=no \
-o Compression=no \
-o ForwardAgent=no \
-o ForwardX11=no \
-o Ciphers=aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128 \
-o HostKeyAlgorithms=ssh-rsa,ssh-dss \
sysadmin@$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment