I need to connect my laptop (Mac OS) to my Virtual Box (Debian) via sshd and then test telnet in Debian. Problem is I can't seem to connect via sshd.
I get
sshd re-exec requires execution with an absolute path
when I run
sshd root@192.xxx.xx.xx
But if I use an absolute path as suggested I get this instead:
/usr/sbin/sshd root@192.xxx.xx.xxx
Extra argument root@192.xxx.xx.xxx
What is the problem and how does one connect via sshd?