- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SFTP connection problem to other remote server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2011 11:40 PM
07-20-2011 11:40 PM
SFTP connection problem to other remote server
Hi,
I am not able to connect the client remote host server through SFTP earlier i was able to connect. We have exchanged the public key.
$ sftp -v host@test.com
Connecting to host@test.com...
OpenSSH_4.1, OpenSSL 0.9.7e 25 Oct 2004
HP-UX Secure Shell-A.04.00.000, HP-UX Secure Shell version
debug1: Reading configuration data /opt/ssh/etc/ssh_config
debug1: Connecting to host@test.com[20.10.23.3] port 22.
debug1: Connection established.
debug1: identity file /home/ftpscca/.ssh/id_rsa type -1
debug1: identity file /home/ftpscca/.ssh/id_dsa type 2
ssh_exchange_identification: Connection closed by remote host
Connection closed
$
Just want to know that the problem is not from my end but the problem is on client remote host.
Thanks,
Narendra
- Tags:
- sftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2011 05:31 AM
07-21-2011 05:31 AM
Re: SFTP connection problem to other remote server
in the first place ,it made me think like remote site sftp service disabled.
did you test with another remote access utility like telnet, recommend this for test purpose;
# telnet host@test.com 25
what is the response ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2011 07:05 AM
07-21-2011 07:05 AM
Re: SFTP connection problem to other remote server
> in the first place ,it made me think like remote site sftp service disabled.
What did? This?:
> debug1: Connection established.
> Just want to know that the problem is not from my end but the problem is on client remote host.
Terminology: Your system is the SFTP client. The remote system is
the SFTP server. To avoid confusion, you should probably say "customer"
instead of "client" when talking about a remote system owned by someone
else. (Or just say "remote".)
Try it with some other server?
> ssh_exchange_identification: Connection closed by remote host
> Connection closed
I'd guess that the problem is on the server, but looking at the
system log file(s) on the server would be more reliable than my guesses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2011 07:44 AM
07-21-2011 07:44 AM
Re: SFTP connection problem to other remote server
> # telnet host@test.com 25
"host@test.com" with Telnet? Really? (And even for SSH, "host@",
not "user@"?)
> $ sftp -v host@test.com
And, of course, hiding the details my be useful, but it can also hide
the cause of the problem. For all we non-psychics know, you should be
doing something more like:
sftp -v user@host.test.com
> [...] earlier i was able to connect. We have exchanged the public key.
If you say so. (But I'd rather see the evidence than trust you.)