The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: Reg: SCP issue
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 11-19-2007
s4g3's Avatar
s4g3 s4g3 is offline
Registered User
  
 

Join Date: Nov 2007
Location: India
Posts: 43
Not sure about AIX, but in most of the systems it is placed here

/etc/ssh/sshd_config

and with an entry called

ClientAliveInterval 300

Uncomment that line and it should be fine after restarting ssh

~Sage