![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ssh - connection reset by peer | osxhawk | Shell Programming and Scripting | 2 | 06-05-2008 02:18 PM |
| XIO: fatal IO error 232 (Connection reset by peer) on X server "192.168.1.239:0.0" | grimanda | HP-UX | 3 | 01-31-2008 11:33 AM |
| Need error code: rcp - reset by peer | jimcampanella | Shell Programming and Scripting | 1 | 06-13-2007 02:54 AM |
| Something like peer-to-peer | !_30 | UNIX for Advanced & Expert Users | 0 | 11-19-2006 03:00 PM |
| connection reset by peer | eyalush | IP Networking | 5 | 11-03-2005 09:45 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
hi
i am connecting to a remote server using sftp protocol. i am using the command like "sftp USER01@122.10.12.45" then i got the error "Couldn't read packet: Connection reset by peer" please help its very urgent |
|
||||
|
Sounds like a problem at the remote end. Do you have admnistrative access to the remote server? If not, you may need to get the server owner to investigate.
Can you connect to it by other means, e.g. ssh USER01@122.10.12.45? |
|
||||
|
Does sftp -vvv USER01@122.10.12.45 give you any more clues?
Try running an sshd in debug mode on the remote server (ie.g. /usr/sbin/sshd -d -p1234, and then connect to it from the local server using sftp -oPort=1234 USER01@122.10.12.45 and check the debugging output from sshd for reasons why the connection is being closed. Also check the system logs for errors. |
|
||||
|
This is very difficult to diagnose without administrative access, so you should ask the people who are the administrators of that system.
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|