search for: hashed_ip_and_port

Displaying 1 result from an estimated 1 matches for "hashed_ip_and_port".

2017 Mar 08
5
[Bug 2692] New: Hash does not include the port
...2222 ssh-rsa MY_RSA_KEY If however I run ssh-keygen without the -H and then come back with ssh-keygen it will hash the port: $ ssh-keyscan -p 2222 10.10.10.10 > ~/.ssh/authorized_keys [10.10.10.10]:2222 ssh-rsa MY_RSA_KEY $ ssh-keygen -H -f ~/.ssh/authorized_keys $ cat ~/.ssh/authorized_keys |1|HASHED_IP_AND_PORT ssh-rsa MY_RSA_KEY Should ssh-keyscan also be hashing the port? -- You are receiving this mail because: You are watching the assignee of the bug.