- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- SSH and sys$announce
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
06-25-2008 11:19 PM
06-25-2008 11:19 PM
When using telnet (or DECnet, LAT etc.) the user gets the sys$announce on his terminal.
Is there a way to get this when using SSH to log in.
Thanks.
Piet
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 11:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 01:23 AM
06-26-2008 01:23 AM
Re: SSH and sys$announce
Now I know to search on the internet to the string bannermessagefile.
It works, but this message is displayed after the login prompt, and before the password prompt. This not as it works when using telnet or DECnet login.
Can this configured to get the same behaviour als with telnet logins?
Thanks.
Piet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 01:32 AM
06-26-2008 01:32 AM
Re: SSH and sys$announce
I do not agree. The banner message appears before the login Prompt.
Here an example:
$ ssh system@gdc00y
******************************************************************************
Unauthorized access is prohibited. Misuse will be prosecuted.
Unberechtigter Zugriff ist verboten. Allfälliger Missbrauch wird geahndet.
Accès interdit sans autorisation. Tout abus sera puni.
L'accesso senza autorizzazione è vietato. Ogni abuso sarà punito.
******************************************************************************
IX Admin Server
system's password:
Regards
Geni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 01:46 AM
06-26-2008 01:46 AM
Re: SSH and sys$announce
First a question for "login as:" appears, then after entering the user name, the banner message will be displayed.
Greetings,
Piet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 02:26 AM
06-26-2008 02:26 AM
Re: SSH and sys$announce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 03:47 AM
06-26-2008 03:47 AM
Re: SSH and sys$announce
We are also using putty. The string
login as:
is coming from putty and at this time putty did not yet connect to the remote node.
But you can define the username which putty is using to connect. See in putty on the left hand side 'Connection', 'Data' and there define the Auto-login username.
After defining the auto-login username it looks like this:
Using username "geni".
******************************************************************************
Unauthorized access is prohibited. Misuse will be prosecuted.
Unberechtigter Zugriff ist verboten. Allfälliger Missbrauch wird geahndet.
Accès interdit sans autorisation. Tout abus sera puni.
L'accesso senza autorizzazione è vietato. Ogni abuso sarà punito.
******************************************************************************
Admin Server
geni@gdcw7d's password:
Regards
Geni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 05:23 AM
06-26-2008 05:23 AM
Re: SSH and sys$announce
it's not exactly what I'd like. Around here:
alp $ ssh alp
Authentication successful.
@ SYS$MANAGER:ANNOUNCE.TXT
[... other [sy]login.com stuff ...]
I enjoy the lameness of this behavior so much
that I'll be sad if/when it ever gets done
right.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 05:34 AM
06-26-2008 05:34 AM
Re: SSH and sys$announce
The string "login as:" is comming from putty, and putty has not yet made a conmnection to the host.
When I connect using putty, I see the string "login as:" and a new process tcpip$ss_bg.... om my OpenVMS server.
So putty already has a connection to the host?
Another thing: when I make a connection using putty, I see the "login as:" prompt.
At that moment a new process is created. When I do not answer to this question, how long does it take before that process is being stopped?
On a telnet login, you get "error reading command input" after 20 seconds.
So when I start very many putty sessions, connect to my host, it will be overloaded by tcpip$ss_bg.... processes, and nobody is able to login, without using a username or password, or not?
Greetings,
Piet