HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sshdconfig file settings
Operating System - HP-UX
1834078
Members
2858
Online
110063
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
Go to solution
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
06-27-2005 04:10 PM
06-27-2005 04:10 PM
Guys,
Apprecate any one can tell me what shpuld be the typical settings of sshd_config file for a trusted system(hp 9000 SD).Not able to get it work.My SSH Version is OpenSSH_3.7.1p2
thanks and regards
WIp
Apprecate any one can tell me what shpuld be the typical settings of sshd_config file for a trusted system(hp 9000 SD).Not able to get it work.My SSH Version is OpenSSH_3.7.1p2
thanks and regards
WIp
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 04:27 PM
06-27-2005 04:27 PM
Re: sshdconfig file settings
Hi
The default settings should allow ssh to work after an install.
What problem are you getting??
Cheers
Con
The default settings should allow ssh to work after an install.
What problem are you getting??
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 04:43 PM
06-27-2005 04:43 PM
Re: sshdconfig file settings
An error message would be helpful.
If ssh is not working, it may be a network/firewall issue and nothing to do with your installation.
The default settings should work.
Diagnostic:
inetd -l
# turns on enhanced logging.
Try to do an inbound ssh command to the machine from somewhere else.
then look at /var/adm/syslog/syslog.log
If there is a problem, you will see it there. If all is well, then move on.
I generally modify the sshd_config and its sister files to block outside ssh access that keeps locking up root user on my trusted systems.
SEP
If ssh is not working, it may be a network/firewall issue and nothing to do with your installation.
The default settings should work.
Diagnostic:
inetd -l
# turns on enhanced logging.
Try to do an inbound ssh command to the machine from somewhere else.
then look at /var/adm/syslog/syslog.log
If there is a problem, you will see it there. If all is well, then move on.
I generally modify the sshd_config and its sister files to block outside ssh access that keeps locking up root user on my trusted systems.
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
06-27-2005 09:58 PM
06-27-2005 09:58 PM
Solution
Hi
I did
cat sshd_config|grep -v "#"
to give u a exact copy of the configuration file on a SD9000 trusted server. The output is below
Protocol 2
PermitRootLogin no
KerberosAuthentication yes
X11Forwarding yes
X11UseLocalhost no
Subsystem sftp /opt/ssh/libexec/sftp-server
The "PermitRootLogin" is part of a security implimentation, which u can decide whether to turn ON or OFF. Pls comapre ur file with this output. With this configuration sshd is working properly in my server.
Regards
CS
I did
cat sshd_config|grep -v "#"
to give u a exact copy of the configuration file on a SD9000 trusted server. The output is below
Protocol 2
PermitRootLogin no
KerberosAuthentication yes
X11Forwarding yes
X11UseLocalhost no
Subsystem sftp /opt/ssh/libexec/sftp-server
The "PermitRootLogin" is part of a security implimentation, which u can decide whether to turn ON or OFF. Pls comapre ur file with this output. With this configuration sshd is working properly in my server.
Regards
CS
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