|
ssh command on remote linux system hanging
Hi,
Our systems:
system1: amd 64 running suse linux 9 enterprize
system2: amd 64 running esx vmware 3 with suse linux 9 enterprize.
The problem is:
when we ssh into system2 and execute the command:
ls -al
the session hangs. Infact session hangs when we execute any command returning multiple rows (by pressing the ctrl y we are able to come out of the hang, but no result).
Similar problem occur when running:
ssh system2 "ls -al /opt/oracle"
,but if we run the following:
ssh system2 "ls /opt/oracle" the output is ok it's also ok if you are on
system2 and execute: ls
All suggestions will be most appreciated.
Thanks.
|