Voipfc schrieb: > I am trying out the article at http://www.hackinglinuxexposed.com/arti … 30109.html > on passwordless ssh keys. > When I test the connection to SSH_ORIGINAL_COMMAND using scp rather > than ssh no output shows and the connection is terminated. > Is there some way later version of ssh enable the display of the > command sent?
im not sure what your problem is. but maybe this helps anyway: most sshd wont permit root logins by default. check /etc/ssh/sshd_conf for permiting root logins through ssh.