"What manual page do you want?" message when using ssh
Dear All, I have encountered some rather odd behaviour on our network. I get an odd message when is execute a remote command on the node that is connected to the outside world from one of the other nodes. On the node connected to the outside I have placed in the authorized_keys2 file the key generated on one of the other nodes on the local network. no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty,command="echo Success" ssh-dss AA....... when I type ssh root@hostname from one of the nodes the following lines are seen, Success What manual page do you want? Connection to hostname closed. The first line is fine, however I do not understand what the second line is about...? If I do the same between nodes that are not connected to the outside i just get Success Connection to hostname closed. which is fine... Does anyone know what might be causing this behaviour? Has my security been compromised? I am running SuSE 9.0 (64 bit version) ---------------------------------------------- Dr. Martyn D. Wheeler Department of Chemistry University of Leicester University Road Leicester, LE1 7RH, UK. Tel (office): +44 (0)116 252 3985 Tel (lab): +44 (0)116 252 2115 Fax: +44 (0)116 252 3789 Email: martyn.wheeler@le.ac.uk http://www.le.ac.uk/chemistry/staff/mdw10.html
Hi !
when I type ssh root@hostname from one of the nodes the following lines are seen, Success What manual page do you want? Connection to hostname closed.
The first line is fine, however I do not understand what the second line is about...?
--> The second line is probably caused by a misconfigured call to the "man" command. I had this problem when installing the Intel Fortran compiler IFC and executing the script /opt/intel/compiler70/ia32/bin/ifcvars.sh in the ~/.bashrc file. Change the line MANPATH="/opt/intel/compiler70/man":$(man -w); export MANPATH to MANPATH="/opt/intel/compiler70/man"; export MANPATH and it will work without the line you get above. If it's not IFC, it's probably some other start-up script that has the "man -w" command which causes the error message. HTH, Armin -- Am Hasenberg 26 office: Institut für Atmosphärenphysik D-18209 Bad Doberan Schloss-Straße 6 Tel. ++49-(0)38203/42137 D-18225 Kühlungsborn / GERMANY Email: schoech@iap-kborn.de Tel. +49-(0)38293-68-102 WWW: http://armins.cjb.net/ Fax. +49-(0)38293-68-50
participants (2)
-
Armin Schoech
-
Wheeler, Dr M.D.