- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can connect via SSH, but via SFTP
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
04-04-2007 05:00 AM
04-04-2007 05:00 AM
Can connect via SSH, but via SFTP
I have the HP Secure-Shell 4.20 application installed on an 11.00 system, and while I can connect via SSH, I cannot do the same via SFTP. I checked the sshd_config file, and the following line exists in the file:
Subsystem sftp /opt/ssh/libexec/sftp-server
Is there something else that needs to be configured or activated in order for SFTP to work? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2007 05:28 AM
04-04-2007 05:28 AM
Re: Can connect via SSH, but via SFTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2007 05:36 AM
04-04-2007 05:36 AM
Re: Can connect via SSH, but via SFTP
The default configuration should do the trick.
You may wish to check another clean system to see if sshd_config has been changed.
syslog is also a good idea.
SEP
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
04-04-2007 05:57 AM
04-04-2007 05:57 AM
Re: Can connect via SSH, but via SFTP
The only reference to SFTP is a line that reads as follows:
subsystem request for sftp
There aren't any followup messages to it.
We don't have any machines with a similar configuration, so I can't make a comparision to another.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2007 06:05 AM
04-04-2007 06:05 AM
Re: Can connect via SSH, but via SFTP
#LogSftp no
and chge it to yes like so:
LogSftp yes
and uncomment change
#SftpLogLevel INFO
then stop and start sshd. then look at your syslog messages. hopefully something more useful shows up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2007 06:08 AM
04-04-2007 06:08 AM
Re: Can connect via SSH, but via SFTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2007 07:09 AM
04-04-2007 07:09 AM
Re: Can connect via SSH, but via SFTP
Apr 4 15:05:23 pocus1 sshd[9834]: Accepted password for kaplan from
Apr 4 15:05:23 pocus1 sshd[9876]: subsystem request for sftp
Apr 4 15:06:05 pocus1 sshd[9894]: error: PAM: conversation function passed a null context
Apr 4 15:06:05 pocus1 sshd[9894]: error: PAM: Conversation failure for
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2007 07:43 AM
04-04-2007 07:43 AM
Re: Can connect via SSH, but via SFTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 12:11 AM
05-09-2007 12:11 AM
Re: Can connect via SSH, but via SFTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 12:15 AM
05-09-2007 12:15 AM
Re: Can connect via SSH, but via SFTP
i'm not sure but it is worth a try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 08:05 AM
05-09-2007 08:05 AM
Re: Can connect via SSH, but via SFTP
I installed patch PHCO_84806 and also ran the diff command on the /opt/ssh/etc/sshd_config and the /opt/ssh/newconfig/opt/ssh/etc/sshd_config files, and there wre no apparent differences between the two.
The SFTP capability is still not working. Does anyone have any other ideas? Thanks.