- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sftp Error
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
02-26-2008 11:06 PM
02-26-2008 11:06 PM
Sftp Error
A internet hosted server try to do SFTP to our host and they are able to reach our server and syslog show that password is accepted but the connection is getting disconnected while file transfer.
So Would you please help me to resolve this.
Server Model : Rp7400
OS : HP UX 11.11
Error :Feb 26 20:14:47 gmil sshd[18756]: Accepted password for primotra from 205.239.141.146 port 1195 ssh2
Feb 26 20:14:48 gmil sshd[18766]: subsystem request for sftp
Feb 26 20:14:50 gmil sshd[18766]: Received disconnect from 205.239.141.146: 11: Terminating connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2008 11:44 PM
02-26-2008 11:44 PM
Re: Sftp Error
increase time out value in sshd_config file.
ClientAliveInterval 600
This will increase time out value to 20 minutes.
pls assign some points if this answer your question.
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2008 12:18 AM
02-27-2008 12:18 AM
Re: Sftp Error
Would you please provide me the path as i cannot file sshd_config file in the system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2008 12:33 AM
02-27-2008 12:33 AM
Re: Sftp Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2008 12:45 AM
02-27-2008 12:45 AM
Re: Sftp Error
To see where your sshd_config file is:
find / -name sshd_config
Remember to restart sshd when modifying the sshd_config file.
Can you try the following for detailed info:
sftp -vvv
GoodLuck
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2008 01:05 AM
02-27-2008 01:05 AM
Re: Sftp Error
Would you please help me with the comamnd to restart sshd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2008 01:14 AM
02-27-2008 01:14 AM
Re: Sftp Error
/sbin/init.d/secsh stop
/sbin/init.d/secsh start
I would recommend updating to a current version of secure shell/sshd from http://software.hp.com
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
02-27-2008 01:14 AM
02-27-2008 01:14 AM
Re: Sftp Error
Check in /sbin/init.d for your startup script.
example:
/sbin/init.d/sshd stop
/sbin/init.d/sshd start
GoodLuck
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2008 02:11 AM
02-27-2008 02:11 AM