The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > Linux > SuSE
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 09-21-2007
rajranibl rajranibl is offline
Registered User
  
 

Join Date: Sep 2005
Posts: 5
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.