I saw a curious thing in IDS logs recently. It was a report of an outgoing connection that showed the parent process as /usr/sbin/sshd -R
.
I am aware of the -R
argument to ssh
(client) for remote port forwarding, but have never seen a -R
option to the sshd
daemon.
No -R
appears in man sshd
. What does this argument do?