HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sftp connection closed - no match
Operating System - HP-UX
1832759
Members
2654
Online
110045
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-17-2003 08:48 AM
07-17-2003 08:48 AM
sftp connection closed - no match
Installed
T1471AA A.03.50.000 HP-UX Secure Shell
sftp works fine to otehr Unix hosts....but fails to Windows with a "Connection closed"
Here it is with a -v
sftp -v myuser@ssh.somesite
Connecting to ssh.somesite...
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090609f
26108: debug1: Reading configuration data /opt/ssh/etc/ssh_config
26108: debug1: Rhosts Authentication disabled, originating port will not be trusted.
26108: debug1: ssh_connect: needpriv 0
26108: debug1: Connecting to ssh.somesite [xxx.xxx.x.x] port 22.
26108: debug1: Connection established.
26108: debug1: identity file /.ssh/id_rsa type -1
26108: debug1: identity file /.ssh/id_dsa type -1
26108: debug1: Remote protocol version 2.0, remote software version 3.2.3 SSH Secure Shell Windows NT Server
26108: debug1: no match: 3.2.3 SSH Secure Shell Windows NT Server
26108: debug1: Enabling compatibility mode for protocol 2.0
26108: debug1: Local version string SSH-2.0-OpenSSH_3.5p1
26107: Connection closed
Red flag for me is the "no match"
How do I fix this?
Thanks...Geoff
T1471AA A.03.50.000 HP-UX Secure Shell
sftp works fine to otehr Unix hosts....but fails to Windows with a "Connection closed"
Here it is with a -v
sftp -v myuser@ssh.somesite
Connecting to ssh.somesite...
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090609f
26108: debug1: Reading configuration data /opt/ssh/etc/ssh_config
26108: debug1: Rhosts Authentication disabled, originating port will not be trusted.
26108: debug1: ssh_connect: needpriv 0
26108: debug1: Connecting to ssh.somesite [xxx.xxx.x.x] port 22.
26108: debug1: Connection established.
26108: debug1: identity file /.ssh/id_rsa type -1
26108: debug1: identity file /.ssh/id_dsa type -1
26108: debug1: Remote protocol version 2.0, remote software version 3.2.3 SSH Secure Shell Windows NT Server
26108: debug1: no match: 3.2.3 SSH Secure Shell Windows NT Server
26108: debug1: Enabling compatibility mode for protocol 2.0
26108: debug1: Local version string SSH-2.0-OpenSSH_3.5p1
26107: Connection closed
Red flag for me is the "no match"
How do I fix this?
Thanks...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 09:04 AM
07-17-2003 09:04 AM
Re: sftp connection closed - no match
Seems like there might be an issue on the Windows NT SSH Server.
Perhaps the server is set up to only recognize clients after public key exchange.
I'm attaching a document on that subject.
SEP
Perhaps the server is set up to only recognize clients after public key exchange.
I'm attaching a document on that subject.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 09:16 AM
07-17-2003 09:16 AM
Re: sftp connection closed - no match
Steven,
If I use putty and ssh from a windows machine - the connection works....it did prompt me to accept their key....
Rgds...Geoff
If I use putty and ssh from a windows machine - the connection works....it did prompt me to accept their key....
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 05:29 AM
07-18-2003 05:29 AM
Re: sftp connection closed - no match
Placed a call with HP - here's the solution:
This issue can be checked easily enough, and p
ertains directly to connecting to Windows running sshd version 3.2.3.
Please check and see if you have the /etc/krb5.conf file. If not, please execut
e:
# touch /etc/krb5.conf
Rgds...Geoff
This issue can be checked easily enough, and p
ertains directly to connecting to Windows running sshd version 3.2.3.
Please check and see if you have the /etc/krb5.conf file. If not, please execut
e:
# touch /etc/krb5.conf
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP