- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- openssh banner problem
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
03-15-2004 07:50 AM
03-15-2004 07:50 AM
I have OpenSSH_3.6.1p2 installed on one of our test HPUX 11.00 machines and testing is going well, however, we use the Banner option in sshd_config so that it displays our "right to monitoring" disclaimer. Well, for batch and cron n stuff, we do not want to see this banner. With our old version of SSH, which was F-Secure SSH, we gave it a "-q" option and that would supress the banner, and in doing a google search and looking at the man page it looks like that is supposed to be the case with OpenSSH. Well, this isnt working....any thoughts as to what we might be missing?
Thanks in advance,
Ken
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 08:21 AM
03-15-2004 08:21 AM
Re: openssh banner problem
Latest version of Secure Shell.
It might not be related, but why not eliminate a factor.
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
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
03-15-2004 07:33 PM
03-15-2004 07:33 PM
Re: openssh banner problem
The "-q" option will suppress diagnostic messages, but if you want to kill the motd, then "touch .hushlogin" in the target user's home directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 08:32 PM
03-15-2004 08:32 PM
Re: openssh banner problem
I've done a bit more testing and the -q option does suppress my "Banner" file. The version I'm using is 3.6.1p2, I know that's not the absolutely latest version but at least I have proven that it works, and can at least get a totally silent session.
Good luck,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 11:40 PM
03-15-2004 11:40 PM
Re: openssh banner problem
T1471AA A.03.61.002 HP-UX Secure Shell
ssh -V shows:
OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
but the ssh -q doesnt work. it still shows the banner specified with Banner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 11:47 PM
03-15-2004 11:47 PM
Re: openssh banner problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 12:42 AM
03-16-2004 12:42 AM
Re: openssh banner problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 02:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 07:22 AM
03-16-2004 07:22 AM
Re: openssh banner problem
course now I have another SSH issue, I will make a new thread for that though :P