Skip to content

Instantly share code, notes, and snippets.

@joshmyers
Created April 9, 2013 18:49
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 joshmyers/d1260aedcfe6f3694c54 to your computer and use it in GitHub Desktop.
Save joshmyers/d1260aedcfe6f3694c54 to your computer and use it in GitHub Desktop.
josh@joshnova:~/.ssh$ cat !$
cat /home/josh/.ssh/config
Host *
ForwardAgent yes
ProxyCommand ssh spring.mydomain.net nc -q0 %h %p
ServerAliveInterval 10
ServerAliveCountMax 600
josh@joshnova:~/.ssh$ ssh devapi1 -vvvvvv
OpenSSH_6.0p1 Debian-3ubuntu1, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /home/josh/.ssh/config
debug1: /home/josh/.ssh/config line 1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Executing proxy command: exec ssh spring.mydomain.net nc -q0 devapi1 22
debug1: permanently_drop_suid: 1000
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/josh/.ssh/id_rsa" as a RSA1 public key
debug1: identity file /home/josh/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/josh/.ssh/id_rsa-cert type -1
debug1: identity file /home/josh/.ssh/id_dsa type -1
debug1: identity file /home/josh/.ssh/id_dsa-cert type -1
debug1: identity file /home/josh/.ssh/id_ecdsa type -1
debug1: identity file /home/josh/.ssh/id_ecdsa-cert type -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment