<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SSH and sys$announce in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222819#M56585</link>
    <description>The terminal emulator may be suppressing, or delaying the message.  Though the SSH2 protocol has provisions for messages both before and after the authorization of the user, not all clients handle the messages in the same way.</description>
    <pubDate>Thu, 26 Jun 2008 09:26:27 GMT</pubDate>
    <dc:creator>Richard Whalen</dc:creator>
    <dc:date>2008-06-26T09:26:27Z</dc:date>
    <item>
      <title>SSH and sys$announce</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222814#M56580</link>
      <description>An other SSH question.&lt;BR /&gt;&lt;BR /&gt;When using telnet (or DECnet, LAT etc.) the user gets the sys$announce on his terminal.&lt;BR /&gt;&lt;BR /&gt;Is there a way to get this when using SSH to log in.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Piet</description>
      <pubDate>Thu, 26 Jun 2008 06:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222814#M56580</guid>
      <dc:creator>Piet Timmers_1</dc:creator>
      <dc:date>2008-06-26T06:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and sys$announce</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222815#M56581</link>
      <description>Hi Piet&lt;BR /&gt;&lt;BR /&gt;You can define the BannerMessageFile in tcpip$ssh_device:[tcpip$ssh.ssh2]sshd2_config.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;    BannerMessageFile   /SYS$SYSDEVICE/VMS$COMMON/SYSMGR/ANNOUNCE.TXT&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Geni&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2008 06:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222815#M56581</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2008-06-26T06:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and sys$announce</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222816#M56582</link>
      <description>Heinz, thanks.&lt;BR /&gt;&lt;BR /&gt;Now I know to search on the internet to the string bannermessagefile.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Can this configured to get the same behaviour als with telnet logins?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Piet</description>
      <pubDate>Thu, 26 Jun 2008 08:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222816#M56582</guid>
      <dc:creator>Piet Timmers_1</dc:creator>
      <dc:date>2008-06-26T08:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and sys$announce</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222817#M56583</link>
      <description>Hi Piet&lt;BR /&gt;&lt;BR /&gt;I do not agree. The banner message appears before the login Prompt.&lt;BR /&gt;&lt;BR /&gt;Here an example:&lt;BR /&gt;&lt;BR /&gt;$ ssh system@gdc00y&lt;BR /&gt;******************************************************************************&lt;BR /&gt;                           &lt;BR /&gt;       Unauthorized access is prohibited. Misuse will be prosecuted.&lt;BR /&gt;&lt;BR /&gt;  Unberechtigter Zugriff ist verboten. AllfÃ¤lliger Missbrauch wird geahndet.&lt;BR /&gt;&lt;BR /&gt;          AccÃ¨s interdit sans autorisation. Tout abus sera puni.&lt;BR /&gt;&lt;BR /&gt;      L'accesso senza autorizzazione Ã¨ vietato. Ogni abuso sarÃ&amp;nbsp; punito.&lt;BR /&gt;******************************************************************************&lt;BR /&gt;&lt;BR /&gt;                              IX Admin Server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;system's password:&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Geni</description>
      <pubDate>Thu, 26 Jun 2008 08:32:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222817#M56583</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2008-06-26T08:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and sys$announce</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222818#M56584</link>
      <description>In your example this is correct, but we are using a terminal emulator (putty, reflection) to login. &lt;BR /&gt;&lt;BR /&gt;First a question for "login as:" appears, then after entering the user name, the banner message will be displayed.&lt;BR /&gt;&lt;BR /&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;Piet</description>
      <pubDate>Thu, 26 Jun 2008 08:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222818#M56584</guid>
      <dc:creator>Piet Timmers_1</dc:creator>
      <dc:date>2008-06-26T08:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and sys$announce</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222819#M56585</link>
      <description>The terminal emulator may be suppressing, or delaying the message.  Though the SSH2 protocol has provisions for messages both before and after the authorization of the user, not all clients handle the messages in the same way.</description>
      <pubDate>Thu, 26 Jun 2008 09:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222819#M56585</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2008-06-26T09:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and sys$announce</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222820#M56586</link>
      <description>Hi Piet&lt;BR /&gt;&lt;BR /&gt;We are also using putty. The string &lt;BR /&gt;&lt;BR /&gt;login as: &lt;BR /&gt;&lt;BR /&gt;is coming from putty and at this time putty did not yet connect to the remote node. &lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;After defining the auto-login username it looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Using username "geni".&lt;BR /&gt;******************************************************************************&lt;BR /&gt;             &lt;BR /&gt;&lt;BR /&gt;       Unauthorized access is prohibited. Misuse will be prosecuted.&lt;BR /&gt;&lt;BR /&gt;  Unberechtigter Zugriff ist verboten. AllfÃ¤lliger Missbrauch wird geahndet.&lt;BR /&gt;&lt;BR /&gt;          AccÃ¨s interdit sans autorisation. Tout abus sera puni.&lt;BR /&gt;&lt;BR /&gt;      L'accesso senza autorizzazione Ã¨ vietato. Ogni abuso sarÃ&amp;nbsp; punito.&lt;BR /&gt;******************************************************************************&lt;BR /&gt;&lt;BR /&gt;                               Admin Server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;geni@gdcw7d's password:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Geni&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2008 10:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222820#M56586</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2008-06-26T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and sys$announce</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222821#M56587</link>
      <description>I get "SYS$ANNOUNCE" on my system, although&lt;BR /&gt;it's not exactly what I'd like.  Around here:&lt;BR /&gt;&lt;BR /&gt;alp $ ssh alp&lt;BR /&gt;Authentication successful.&lt;BR /&gt;@ SYS$MANAGER:ANNOUNCE.TXT&lt;BR /&gt;&lt;BR /&gt;[... other [sy]login.com stuff ...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I enjoy the lameness of this behavior so much&lt;BR /&gt;that I'll be sad if/when it ever gets done&lt;BR /&gt;right.</description>
      <pubDate>Thu, 26 Jun 2008 12:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222821#M56587</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-06-26T12:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and sys$announce</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222822#M56588</link>
      <description>Heinz,&lt;BR /&gt;&lt;BR /&gt;The string "login as:" is comming from putty, and putty has not yet made a conmnection to the host.&lt;BR /&gt;&lt;BR /&gt;When I connect using putty, I see the string "login as:" and a new process tcpip$ss_bg.... om my OpenVMS server.&lt;BR /&gt;So putty already has a connection to the host?&lt;BR /&gt;&lt;BR /&gt;Another thing: when I make a connection using putty, I see the "login as:" prompt.&lt;BR /&gt;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? &lt;BR /&gt;On a telnet login, you get "error reading command input" after 20 seconds.&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;Piet</description>
      <pubDate>Thu, 26 Jun 2008 12:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-and-sys-announce/m-p/4222822#M56588</guid>
      <dc:creator>Piet Timmers_1</dc:creator>
      <dc:date>2008-06-26T12:34:34Z</dc:date>
    </item>
  </channel>
</rss>

