<?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 Hostbased encryption in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149870#M93115</link>
    <description>&lt;!--!*#--&gt;&amp;gt; [...] We can easily add users to the shosts&lt;BR /&gt;&amp;gt; file.&lt;BR /&gt;&lt;BR /&gt;As I said/showed, you don't seem to need to&lt;BR /&gt;add _users_ to&lt;BR /&gt;"SYS$SYSDEVICE:[TCPIP$SSH.SSH2]SHOSTS.EQUIV".&lt;BR /&gt;Adding the (fully-qualified) client host name&lt;BR /&gt;was all I needed.  I assume that you _can_&lt;BR /&gt;add user names, too, but I didn't try that.&lt;BR /&gt;(I figured that the whole point of using&lt;BR /&gt;"hostbased" was _not_ to worry about&lt;BR /&gt;individual users.  But what do I know?)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Jan 20, 2009 20:49:05 GMT   0 pts&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Thanx everyone for the help.&lt;BR /&gt;&lt;BR /&gt;Make up your mind?</description>
    <pubDate>Fri, 30 Jan 2009 11:02:08 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-01-30T11:02:08Z</dc:date>
    <item>
      <title>SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149854#M93099</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've set up host based encryption between two nodes that allows me to connect  without submitting a password if I'm logged in as the userI want to connect as on the other machine.&lt;BR /&gt;&lt;BR /&gt;I.e If I log in as SYSTEM on machine A I can SSH machine B without entering a password.&lt;BR /&gt;&lt;BR /&gt;But if I log in on machine A as SYSUSER and try to connect to machine b witj SSH SYSTEM@machineb it asks me for a password.&lt;BR /&gt;The SSH logs tells me this.&lt;BR /&gt;&lt;BR /&gt;Fri 09 12:38:07 WARNING: hostbased-authentication (rhosts) refused: client user &lt;BR /&gt;'sysuser', server user 'system', client host 'xxxx'&lt;BR /&gt;&lt;BR /&gt;Any ideas on how to get it to work without having to login as system?</description>
      <pubDate>Mon, 12 Jan 2009 08:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149854#M93099</guid>
      <dc:creator>Andreas Aahman</dc:creator>
      <dc:date>2009-01-12T08:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149855#M93100</link>
      <description>Would please send the Debug output here.&lt;BR /&gt;looks like some privilege issue somewhere.&lt;BR /&gt;&lt;BR /&gt;Cheers..&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jan 2009 09:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149855#M93100</guid>
      <dc:creator>Kumar_Sanjay</dc:creator>
      <dc:date>2009-01-12T09:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149856#M93101</link>
      <description>Here's the output. Let me know if more information is needed.&lt;BR /&gt;&lt;BR /&gt;SUPERNOVA&amp;gt; ssh -v system@XXXXXX&lt;BR /&gt;debug: Ssh2/SSH2.C:1448: CRTL version (SYS$SHARE:DECC$SHR.EXE ident) is V7.3-2-1&lt;BR /&gt;debug: hostname is 'XXXXXX'.&lt;BR /&gt;debug: Unable to open ssh2/ssh2_config&lt;BR /&gt;debug: connecting to XXXXXX, port 22...&lt;BR /&gt;debug: entering event loop&lt;BR /&gt;debug: ssh_client_wrap: creating transport protocol&lt;BR /&gt;debug: SshAuthMethodClient/SSHAUTHMETHODC.C:145: Added "hostbased" to usable me.&lt;BR /&gt;debug: SshAuthMethodClient/SSHAUTHMETHODC.C:145: Added "publickey" to usable me.&lt;BR /&gt;debug: SshAuthMethodClient/SSHAUTHMETHODC.C:145: Added "password" to usable met.&lt;BR /&gt;debug: Ssh2Client/SSHCLIENT.C:1356: creating userauth protocol&lt;BR /&gt;debug: Ssh2Common/SSHCOMMON.C:517: local ip = 10.x.x.x, local port = 64459&lt;BR /&gt;debug: Ssh2Common/SSHCOMMON.C:519: remote ip = 10.x.x.x, remote port = 22&lt;BR /&gt;debug: SshConnection/SSHCONN.C:2092: Wrapping...&lt;BR /&gt;debug: Ssh2Transport/TRCOMMON.C:643: Remote version: SSH-2.0-3.2.0 SSH Secure S3&lt;BR /&gt;debug: Ssh2Transport/TRCOMMON.C:1167: c_to_s: cipher 3des-cbc, mac hmac-sha1, ce&lt;BR /&gt;debug: Ssh2Transport/TRCOMMON.C:1170: s_to_c: cipher 3des-cbc, mac hmac-sha1, ce&lt;BR /&gt;debug: Ssh2Client/SSHCLIENT.C:508: Host key found from database.&lt;BR /&gt;debug: Ssh2Common/SSHCOMMON.C:321: Received SSH_CROSS_STARTUP packet from conne.&lt;BR /&gt;debug: Ssh2Common/SSHCOMMON.C:371: Received SSH_CROSS_ALGORITHMS packet from co.&lt;BR /&gt;debug: SshUnixTcp/SSHUNIXTCP.C:1019: using local hostname orion.ikea.com&lt;BR /&gt;debug: Ssh2AuthHostBasedClient/AUTHC-HOSTBASED.C:803: Child: Execing ssh-signer)&lt;BR /&gt;debug: Ssh2AuthHostBasedClient/AUTHC-HOSTBASED.C:407: ssh-signer returned SSH_AE&lt;BR /&gt;debug: ssh_pipe_stream_destroy&lt;BR /&gt;debug: ssh_sigchld_real_callback&lt;BR /&gt;debug: ssh_sigchld_process_pid: no handler for pid 1585471 code 0&lt;BR /&gt;debug: Unable to open ssh2/identification&lt;BR /&gt;debug: Ssh2AuthClient/SSHAUTHC.C:347: Method 'publickey' disabled.&lt;BR /&gt;debug: Ssh2AuthPasswdClient/AUTHC-PASSWD.C:197: Starting password query...&lt;BR /&gt;system's password: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;XXXXXX&amp;gt; ty SYS$SYSDEVICE:[TCPIP$SSH]TCPIP$SSH_RUN.LOG&lt;BR /&gt;$ Set NoOn&lt;BR /&gt;$ VERIFY = F$VERIFY(F$TRNLNM("SYLOGIN_VERIFY"))&lt;BR /&gt;Mon 12 07:53:31 INFORMATIONAL: Starting image in auxiliary server mode.&lt;BR /&gt;Mon 12 07:53:31 INFORMATIONAL: connection from "10.x.x.x"&lt;BR /&gt;Mon 12 07:53:31 WARNING: hostbased-authentication (rhosts) refused: client user &lt;BR /&gt;'sysuser', server user 'system', client host 'SUPERNOVA.xxx.xxx'.&lt;BR /&gt;XXXXXX&amp;gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149856#M93101</guid>
      <dc:creator>Andreas Aahman</dc:creator>
      <dc:date>2009-01-12T10:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149857#M93102</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;  check that your setup agrees with the guidelines in the openvms ssh manual for v7.3-2 (page 27 for host based auth) here :-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/732final/aa-rvbua-te/aa-rvbua-te.pdf" target="_blank"&gt;http://h71000.www7.hp.com/doc/732final/aa-rvbua-te/aa-rvbua-te.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jan 2009 13:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149857#M93102</guid>
      <dc:creator>marsh_1</dc:creator>
      <dc:date>2009-01-12T13:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149858#M93103</link>
      <description>&amp;gt; debug: Unable to open ssh2/identification&lt;BR /&gt;&lt;BR /&gt;Are there IDENTIFICATION. and AUTHORIZATION. files present and containing pointers to the appropriate key files in the [.SSH2] directories on each node?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jan 2009 15:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149858#M93103</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2009-01-12T15:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149859#M93104</link>
      <description>&amp;gt; Are there IDENTIFICATION. and&lt;BR /&gt;&amp;gt; AUTHORIZATION. files [...]&lt;BR /&gt;&lt;BR /&gt;Aren't those for publickey (not hostbased)?&lt;BR /&gt;&lt;BR /&gt;(I use only publickey, so for hostbased&lt;BR /&gt;authentication I'd be forced to read the&lt;BR /&gt;docs.)</description>
      <pubDate>Mon, 12 Jan 2009 17:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149859#M93104</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-12T17:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149860#M93105</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;mark might have a point.&lt;BR /&gt;Never thought of checking that all components are fully complient which they're not.&lt;BR /&gt;&lt;BR /&gt;One of the systems is 7.3-2 with an OLD tcpip version.&lt;BR /&gt;Will upgrade and return with information.</description>
      <pubDate>Tue, 13 Jan 2009 07:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149860#M93105</guid>
      <dc:creator>Andreas Aahman</dc:creator>
      <dc:date>2009-01-13T07:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149861#M93106</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've now upgraded the Client system to OpenVMS 8.3 and Tcpip 5.6 but I am still not able to used hostbased authentication when logged in as a different user.&lt;BR /&gt;&lt;BR /&gt;ie.. I'm logged onto the client as sysuser and want to connect to the remote system as system.&lt;BR /&gt;&lt;BR /&gt;attached is the verbose output from the client. In that attachment in the bottom is also the logfile from the server.</description>
      <pubDate>Tue, 20 Jan 2009 12:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149861#M93106</guid>
      <dc:creator>Andreas Aahman</dc:creator>
      <dc:date>2009-01-20T12:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149862#M93107</link>
      <description>Don't have SSH of HP but is your client host known in DNS of the server ?&lt;BR /&gt;Try ucx sho ho x.x.x.x on the server.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 20 Jan 2009 14:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149862#M93107</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2009-01-20T14:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149863#M93108</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt; do you have the public key files 'fully-qualified-host-name'_ssh-dss.pub in place ?</description>
      <pubDate>Tue, 20 Jan 2009 15:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149863#M93108</guid>
      <dc:creator>marsh_1</dc:creator>
      <dc:date>2009-01-20T15:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149864#M93109</link>
      <description>Andreas,&lt;BR /&gt;&lt;BR /&gt;is there maybe an SHOSTS file on the server side? &lt;BR /&gt;&lt;BR /&gt;On my test systems, I have set up hostbased authentication thus:&lt;BR /&gt;&lt;BR /&gt;on the server (DEVT02)&lt;BR /&gt;&lt;BR /&gt;DEVT02&amp;gt; ty sys$manager:shosts.&lt;BR /&gt;ISE216.CPWPLC.NET system&lt;BR /&gt;ISE216.CPWPLC.NET morrisd&lt;BR /&gt;&lt;BR /&gt;DEVT02&amp;gt; ty sys$sysdevice:[tcpip$ssh.ssh2]shosts.equiv&lt;BR /&gt;ISE216.CPWPLC.NET&lt;BR /&gt;&lt;BR /&gt;DEVT02&amp;gt; dir/sec sys$sysdevice:[tcpip$ssh.ssh2.knownhosts]&lt;BR /&gt; &lt;BR /&gt;Directory SYS$SYSDEVICE:[TCPIP$SSH.SSH2.KNOWNHOSTS]&lt;BR /&gt; &lt;BR /&gt;ISE216_CPWPLC_NET_SSH-DSS.PUB;1&lt;BR /&gt;                     [TCPIP$AUX,TCPIP$SSH]            (RWED,RWED,RE,RE)&lt;BR /&gt;&lt;BR /&gt;Within sshd2_config:&lt;BR /&gt;&lt;BR /&gt;IgnoreRhosts                        no&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;This combination allows me log into SYSTEM on the server, from either SYSTEM or MORRISD on the client.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 20 Jan 2009 16:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149864#M93109</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2009-01-20T16:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149865#M93110</link>
      <description>&lt;!--!*#--&gt;I'm with them.  In my SSH2_CONFIG file, I&lt;BR /&gt;already had:&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;AllowedAuthentications          hostbased, publickey, password&lt;BR /&gt;[...]&lt;BR /&gt;IgnoreRhosts                    no&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;I created&lt;BR /&gt;SYS$SYSDEVICE:[TCPIP$SSH.SSH2]SHOSTS.EQUIV,&lt;BR /&gt;and put the wrong (simple, unqualified) name&lt;BR /&gt;("it") into it, and got so far as:&lt;BR /&gt;&lt;BR /&gt;alp $ type ALP$DKA0:[TCPIP$SSH]TCPIP$SSH_RUN.LOG;-1&lt;BR /&gt;[...]&lt;BR /&gt;Tue 20 14:17:55 INFORMATIONAL: connection from "10.0.0.16"&lt;BR /&gt;Tue 20 14:17:56 WARNING: Error trying to access file /sys$sysroot/sysmgr/ssh2/kn&lt;BR /&gt;ownhosts/it_antinode_info_ssh-dss.pub.&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;On the client side, "ssh -v" mentioned:&lt;BR /&gt;&lt;BR /&gt;debug: SshUnixTcp/SSHUNIXTCP.C:1390: using local hostname it.antinode.info&lt;BR /&gt;&lt;BR /&gt;so I figured that I should change "it" to the&lt;BR /&gt;fully qualified "it.antinode.info" in the&lt;BR /&gt;SHOSTS.EQUIV file.&lt;BR /&gt;&lt;BR /&gt;I had already copied IT's (the client's)&lt;BR /&gt;SYS$SYSDEVICE:[TCPIP$SSH.SSH2]hostkey.pub,&lt;BR /&gt;and put it into the server's&lt;BR /&gt;SYS$SYSDEVICE:[TCPIP$SSH.SSH2.KNOWNHOSTS]&lt;BR /&gt;directory, but apparently someone's fussy&lt;BR /&gt;about the name.  After I renamed that file to&lt;BR /&gt;what seemed to be sought,&lt;BR /&gt;IT_ANTINODE_INFO_SSH-DSS.PUB, things worked.  &lt;BR /&gt;The server log said:&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;Tue 20 14:19:11 WARNING: Error trying to access file /sys$sysroot/sysmgr/ssh2/kn&lt;BR /&gt;ownhosts/it_antinode_info_ssh-dss.pub.&lt;BR /&gt;Tue 20 14:19:11 NOTICE: Hostbased authentication for user system accepted.&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;Which was not entirely pleasing, but the&lt;BR /&gt;"accepted" part was.&lt;BR /&gt;&lt;BR /&gt;If anyone thinks that this stuff is well&lt;BR /&gt;documented, he's kidding himself.&lt;BR /&gt;&lt;BR /&gt;("IT" seemed, at the time, like a good name&lt;BR /&gt;for my first Itanium system, and I've always&lt;BR /&gt;wanted to use "it's" as a possessive, but I&lt;BR /&gt;can see how it (or "it") might get&lt;BR /&gt;confusing.)&lt;BR /&gt;&lt;BR /&gt;For the record, on the client ("it"):&lt;BR /&gt;&lt;BR /&gt;IT $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.6 - ECO 2&lt;BR /&gt;  on an HP zx2000  (1.50GHz/6.0MB) running OpenVMS V8.3-1H1&lt;BR /&gt;&lt;BR /&gt;IT $ ssh "-V"&lt;BR /&gt;it$dka0:[sys0.syscommon.][sysexe]tcpip$ssh_ssh2.exe: SSH Secure Shell OpenVMS (V&lt;BR /&gt;5.5) 3.2.0 on HP zx2000  (1.50GHz/6.0MB) - VMS V8.3-1H1&lt;BR /&gt;&lt;BR /&gt;and on the server ("alp"):&lt;BR /&gt;&lt;BR /&gt;alp $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 7&lt;BR /&gt;  on a COMPAQ Professional Workstation XP1000 running OpenVMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;alp $ ssh "-V"&lt;BR /&gt;alp$dka0:[sys0.syscommon.][sysexe]tcpip$ssh_ssh2.exe: SSH Secure Shell OpenVMS (&lt;BR /&gt;V5.5) 3.2.0 on COMPAQ Professional Workstation  - VMS V7.3-2&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2009 20:49:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149865#M93110</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-20T20:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149866#M93111</link>
      <description>It works if I add sysuser to sys$manager:shosts.&lt;BR /&gt;&lt;BR /&gt;Which ofcourse is a solution and I guess there's no other way to solve it. It would be best if we could solve it without havind to specify the users in the shosts. file.&lt;BR /&gt;&lt;BR /&gt;Is it at all possible to solve this without using shosts.?</description>
      <pubDate>Wed, 21 Jan 2009 09:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149866#M93111</guid>
      <dc:creator>Andreas Aahman</dc:creator>
      <dc:date>2009-01-21T09:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149867#M93112</link>
      <description>Andreas,&lt;BR /&gt;&lt;BR /&gt;I suspect that this is simply how "hostbased" authentication was designed.&lt;BR /&gt;&lt;BR /&gt;In general, I use publickey authentication internally, with a common public key for my personal account on several systems.&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 21 Jan 2009 09:52:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149867#M93112</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2009-01-21T09:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149868#M93113</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;  putting in a user name is optional for hostbased authentication as stated in the documentation, reread the manual and double check you are not getting confused about TCPIP$SSH_DEVICE:[TCPIP$SSH]SHOSTS.EQUIV and SYS$LOGIN:SHOSTS. &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jan 2009 12:38:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149868#M93113</guid>
      <dc:creator>marsh_1</dc:creator>
      <dc:date>2009-01-21T12:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149869#M93114</link>
      <description>I cannot find in the manual as why it should not work.&lt;BR /&gt;&lt;BR /&gt;But it's good enough. We can easily add users to the shosts file.&lt;BR /&gt;&lt;BR /&gt;Thanx everyone for the help.</description>
      <pubDate>Fri, 30 Jan 2009 08:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149869#M93114</guid>
      <dc:creator>Andreas Aahman</dc:creator>
      <dc:date>2009-01-30T08:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149870#M93115</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] We can easily add users to the shosts&lt;BR /&gt;&amp;gt; file.&lt;BR /&gt;&lt;BR /&gt;As I said/showed, you don't seem to need to&lt;BR /&gt;add _users_ to&lt;BR /&gt;"SYS$SYSDEVICE:[TCPIP$SSH.SSH2]SHOSTS.EQUIV".&lt;BR /&gt;Adding the (fully-qualified) client host name&lt;BR /&gt;was all I needed.  I assume that you _can_&lt;BR /&gt;add user names, too, but I didn't try that.&lt;BR /&gt;(I figured that the whole point of using&lt;BR /&gt;"hostbased" was _not_ to worry about&lt;BR /&gt;individual users.  But what do I know?)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Jan 20, 2009 20:49:05 GMT   0 pts&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Thanx everyone for the help.&lt;BR /&gt;&lt;BR /&gt;Make up your mind?</description>
      <pubDate>Fri, 30 Jan 2009 11:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149870#M93115</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-30T11:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149871#M93116</link>
      <description>Adding the users to "SYS$SYSDEVICE:[TCPIP$SSH.SSH2]SHOSTS.EQUIV".&lt;BR /&gt; did not solve it.&lt;BR /&gt;SSH still did not allow hostbased authentication.&lt;BR /&gt;&lt;BR /&gt;However adding the users to sys$manager:shosts do solve my problem. It still does not take me all the way but it's a good enough solution.&lt;BR /&gt;&lt;BR /&gt;br,&lt;BR /&gt;Andreas</description>
      <pubDate>Fri, 30 Jan 2009 11:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149871#M93116</guid>
      <dc:creator>Andreas Aahman</dc:creator>
      <dc:date>2009-01-30T11:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149872#M93117</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt; what do/did you have in the shosts.equiv file ?&lt;BR /&gt;&lt;BR /&gt;from the manual :-&lt;BR /&gt;&lt;BR /&gt;2. Edit the systemwide trusted hosts file, TCPIP$SSH_DEVICE:[TCPIP$SSH]SHOSTS.EQUIV, to add the fully&lt;BR /&gt;qualified name of every SSH client host that will communicate with the server. You can also enter a&lt;BR /&gt;specific user name to limit access to that user. For example:&lt;BR /&gt;MYHOST.MYLAB.COM&lt;BR /&gt;or&lt;BR /&gt;MYHOST.MYLAB.COM smith&lt;BR /&gt;If the IgnoreRhosts parameter is set to no as in step 1, you can also add the client host and optional user&lt;BR /&gt;names to the file SYS$LOGIN:SHOSTS. for a specific user.&lt;BR /&gt;If user names are used, those associated with OpenVMS client hosts must be in lowercase; those&lt;BR /&gt;associated wih UNIX client hosts must match the account name case as it exists on the UNIX host.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jan 2009 12:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149872#M93117</guid>
      <dc:creator>marsh_1</dc:creator>
      <dc:date>2009-01-30T12:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Hostbased encryption</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149873#M93118</link>
      <description>The shosts.equiv file contains the host that will connect to the servers.&lt;BR /&gt;&lt;BR /&gt;If I add a username to the shosts.equiv file I still am not allowed to login as system on the remote system, if I'm not logged in as system on the client.&lt;BR /&gt;&lt;BR /&gt;IgnoreRhosts is set to no and if I enter usernames in SYS$LOGIN:SHOSTS. &lt;BR /&gt;Everything if fine and dandy.&lt;BR /&gt;&lt;BR /&gt;So to sum it up. If I do not add users in the sys$login:shosts file I cannot log on as system if I'm not logged on as system on the client side aswell.&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jan 2009 12:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-hostbased-encryption/m-p/5149873#M93118</guid>
      <dc:creator>Andreas Aahman</dc:creator>
      <dc:date>2009-01-30T12:29:09Z</dc:date>
    </item>
  </channel>
</rss>

