home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / sdf / faq / MISC / 13 < prev    next >
Text File  |  2006-11-01  |  938b  |  21 lines

  1. [13] WHY DOES SFTP / SCP STOP WORKING FOR ME?
  2.  
  3.      To use SFTP or SCP you must first be an ARPA member.  If you are
  4.      an ARPA member, then please continue reading.
  5.  
  6.      What did you change?  Both sftp and scp use 'sftp-server' via the
  7.      ssh session you establish.  Any output from the /etc/motd and
  8.      your ENV setup files (.login, .profile .. et cetera) are read 
  9.      into a buffer and not output to your SFTP / SCP client.  Because
  10.      of this, the server may exit abruptly citing:
  11.     
  12.      Received message too long 778199659
  13.  
  14.      /etc/motd is always kept to just a few lines to accomodate users
  15.      who like to have 'fortune' or the output of other programs displayed
  16.      when they login.  The result can be sporatic use of SFTP/SCP.  
  17.  
  18.      The best bet is to just not display a large amount of data when you
  19.      login (such as the process table, who is logged in or who has logged
  20.      in for the past 6 months).  
  21.