My goal is to X11 forward over ssh. However I can't even get sshd to work.
One thing I noticed that ssh wasn't listed in /inetd.conf which I thought was odd. But i read that it is better to be run as a daemon.
Well when I run "sshd" it can't find any host keys. So i run ssh-keygen and create a RSA1, which is placed in /root/.ssh/identify.pub. I then run "ssh-add ./identify.pub". SUCCESS. Then "ssh-agent". SUCCESS. Ok here goes nothing
"sshd -h identify.pub"
Could not load host key
And it disables protocol ver1 and ver2.
no hostkeys available.
I might be doing all this completely wrong. I need some insight because the man pages arent cutting it.
thanks
