Let's say I use this command:
ssh -vvv user@server
I get an output similar to this:
send packet: type 21
ssh_set_newkeys: mode 1
receive packet: type 6
SSH2_MSG_SERVICE_ACCEPT received
receive packet: type 51
Permission denied (publickey,password)
- What are all these
packet-types? - Where can I read and learn about them? I always google something like
ssh packet type51, but there must be a place where all thetypesare listed - If you know how to understand this
ssh verbose mode, where did you learn this?
Thanks for your help :)