<?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: Connecting an OpenVMS to a LINUX machine in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832202#M29622</link>
    <description>Sorry.  I meant something like:&lt;BR /&gt;&lt;BR /&gt;ssh -v linux_system</description>
    <pubDate>Fri, 28 Jul 2006 10:48:31 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2006-07-28T10:48:31Z</dc:date>
    <item>
      <title>Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832191#M29611</link>
      <description>Greetings.  &lt;BR /&gt;&lt;BR /&gt;I have been trying to connect unsuccessfully to a Linux machine from a Linux machine in order to drop files via secure FTP.  The command "sftp -V" shows "Sftp2/SFTP2.C:3880: CRTL version (SYS$SHARE:DECC$SHARE ident) is: V7.3-2-02" on the VMS side.  The SSH-KEYGEN program outputs the following version: "ssh-keygen -h&lt;BR /&gt;$1$dga1:[sys0.syscommon.][sysexe]tcpip$ssh_ssh2.exe: SSH Secure Shell OpenVMS (V5.5) 3.2.0 on AlphaServer ES45 Model 2B - VMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;The purpose for this is to copy files from the OpenVMS to the Linux machine via a batch file without supplying a password, a process which already can happen with Linux-to-Linux.&lt;BR /&gt;&lt;BR /&gt;I have done the following:&lt;BR /&gt;1. Created the client (VMS) key with no password, 1024-bit encryption, the command&lt;BR /&gt;"ssh_keygen -P -b 1024 key_for_remote_host"&lt;BR /&gt;&lt;BR /&gt;The files the generator created (*.pub;1 and *.;1 files) contain both Subject and Comments as part of the public key, something which I am not familiar with.  With Linux keys, there are no comments and/or subjects, just the encryption. &lt;BR /&gt;&lt;BR /&gt;How do I add that key into the .ssh/authorized_keys file of the remote LINUX system?&lt;BR /&gt;&lt;BR /&gt;I have read plenty of VMS to VMS instructions, and have done that successfully, but VMS to Linux is puzzling me.  Please help.</description>
      <pubDate>Thu, 27 Jul 2006 10:45:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832191#M29611</guid>
      <dc:creator>almanzam</dc:creator>
      <dc:date>2006-07-27T10:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832192#M29612</link>
      <description>If Linux is like Solaris, you could copy the&lt;BR /&gt;key files to the Linux system, and use&lt;BR /&gt;"ssh-keygen -X" to convert them to the&lt;BR /&gt;OpenSSH format(s).&lt;BR /&gt;&lt;BR /&gt;For a few more details, try searching this&lt;BR /&gt;forum for "ssh-keygen".&lt;BR /&gt;&lt;BR /&gt;If you can figure out the format differences,&lt;BR /&gt;you can convert the files using a text&lt;BR /&gt;editor, but using the program is easier.</description>
      <pubDate>Thu, 27 Jul 2006 10:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832192#M29612</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-07-27T10:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832193#M29613</link>
      <description>&lt;!--!*#--&gt;Thanks Steven.  I tried looking at my Linux machine's keygen program and it doesn't have the flag you suggested.  The only flags for conversion are -e (Convert OpenSSH to IETF SECSH key file) and -i (Convert IETF SECSH to OpenSSH key file).  Either way, when I run the flag -e, I output to a file which doesn't seem like the natural KEY files that I get from a Linux Key-Generator (there's no host at the end of the key, which does exist on DSA keys I create on Linux). I add this output file to the .ssh/authorized_keys file of the Linux machine, and still can't connect without supplying the password from the VMS machine using the following:&lt;BR /&gt;&lt;BR /&gt;ssh -o IdentityFile=keyforremotehost.pub user@remotehost&lt;BR /&gt;&lt;BR /&gt;Any other suggestions?  The goal here, again, is to NOT have to enter a password on the local VMS machine and transfer files via SFTP.</description>
      <pubDate>Thu, 27 Jul 2006 11:43:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832193#M29613</guid>
      <dc:creator>almanzam</dc:creator>
      <dc:date>2006-07-27T11:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832194#M29614</link>
      <description>You probably want to do -i on the Linux system because VMS uses IETF SECSH format keys and I suspect that Linux uses OpenSSH  format keys.</description>
      <pubDate>Thu, 27 Jul 2006 12:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832194#M29614</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2006-07-27T12:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832195#M29615</link>
      <description>&lt;!--!*#--&gt;As of SunOS 5.10:&lt;BR /&gt;&lt;BR /&gt;sol&amp;gt; man ssh-keygen&lt;BR /&gt;[...]&lt;BR /&gt;     -X                      Obsolete. Replaced by the -i option.&lt;BR /&gt;[...]&lt;BR /&gt;     -i                      This  option  reads  an  unencrypted&lt;BR /&gt;                             private  (or  public)  key  file  in&lt;BR /&gt;                             SSH2-compatible format and prints an&lt;BR /&gt;                             OpenSSH  compatible private (or pub-&lt;BR /&gt;                             lic) key to stdout. ssh-keygen  also&lt;BR /&gt;                             reads  the  "SECSH"  Public Key File&lt;BR /&gt;                             Format.  This option allows  import-&lt;BR /&gt;                             ing  keys  from  several  other  SSH&lt;BR /&gt;                             implementations.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I gather that "-i" is the thing to do&lt;BR /&gt;nowadays instead of "-X".</description>
      <pubDate>Thu, 27 Jul 2006 13:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832195#M29615</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-07-27T13:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832196#M29616</link>
      <description>I used the -i option and that didn't work.</description>
      <pubDate>Thu, 27 Jul 2006 13:38:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832196#M29616</guid>
      <dc:creator>almanzam</dc:creator>
      <dc:date>2006-07-27T13:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832197#M29617</link>
      <description>Here is the resulting .ssh/authorized_keys file:&lt;BR /&gt;&lt;BR /&gt;ssh-dss AAAAB3NzaC1kc3MAAACBAL*** KEY CONTENTS HERE***hcjPYQK/T9E1ytg== user_example@client_machine&lt;BR /&gt;ssh-dss AAAAB3NzaC1kc3MAAACB*** KEY CONTENTS HERE***oSXDR/c=&lt;BR /&gt;&lt;BR /&gt;Note that the first entry for "client_machine" contains the user_example and client_machine identification, while the second entry, which is from the VMS-generated key, does not contain the user and machine identification for authorization.&lt;BR /&gt;&lt;BR /&gt;I must note that the remote host is a RedHat Enterprise Linux 4 machine.</description>
      <pubDate>Thu, 27 Jul 2006 13:45:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832197#M29617</guid>
      <dc:creator>almanzam</dc:creator>
      <dc:date>2006-07-27T13:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832198#M29618</link>
      <description>&amp;gt;  I used the -i option and that didn't work.&lt;BR /&gt;&lt;BR /&gt;As usual, it might help to see exactly what&lt;BR /&gt;you did, and what happened when you did it.&lt;BR /&gt;"Didn't work" is not very informative.&lt;BR /&gt;&lt;BR /&gt;It (ssh-keygen -X/-i) seemes to work properly&lt;BR /&gt;on Solaris.  Have you tried using an editor&lt;BR /&gt;to add the missing item to the new line&lt;BR /&gt;("user_example@client_machine")?&lt;BR /&gt;&lt;BR /&gt;As I said, using a text editor is one way to&lt;BR /&gt;do the conversion.  On Solaris (and, I&lt;BR /&gt;assume, on Linux or any other OpenSSH&lt;BR /&gt;system), the ".ssh/authorized_keys" file&lt;BR /&gt;seems to contain one line per key, with the&lt;BR /&gt;key type, the key data, and the user id, as&lt;BR /&gt;you've shown, while the format used on VMS&lt;BR /&gt;has different fields and multiple, shorter&lt;BR /&gt;lines.  With an example of each type to look&lt;BR /&gt;at, it's pretty easy to see how to convert&lt;BR /&gt;one to the other.  (Well, _I_ could do it, so&lt;BR /&gt;I  thought that it must be pretty easy.)</description>
      <pubDate>Fri, 28 Jul 2006 07:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832198#M29618</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-07-28T07:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832199#M29619</link>
      <description>&amp;gt;As usual, it might help to see exactly what&lt;BR /&gt;&amp;gt;you did, and what happened when you did it.&lt;BR /&gt;&amp;gt;"Didn't work" is not very informative.&lt;BR /&gt;Sorry. I meant "Same results." I realized what you said after I typed it and couldn't change it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;It (ssh-keygen -X/-i) seemes to work properly&lt;BR /&gt;&amp;gt;on Solaris. Have you tried using an editor&lt;BR /&gt;&amp;gt;to add the missing item to the new line&lt;BR /&gt;&amp;gt;("user_example@client_machine")?&lt;BR /&gt;Yes, I tried that. NO avail. The results are the same.  It keeps asking me for password.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;With an example of each type to look&lt;BR /&gt;&amp;gt;at, it's pretty easy to see how to convert&lt;BR /&gt;&amp;gt;one to the other. (Well, _I_ could do it, so&lt;BR /&gt;&amp;gt;I thought that it must be pretty easy.) &lt;BR /&gt;Here's the VMS public key file keyfromclient.pub:&lt;BR /&gt;---- BEGIN SSH2 PUBLIC KEY ----&lt;BR /&gt;Subject: user&lt;BR /&gt;Comment: "1024-bit dsa, user@clientmachine.edu, Thu Jul 27 2006 1\&lt;BR /&gt;4:19:56"&lt;BR /&gt;AAAAB3NzaC1kc3MAAACBAOsVrMJAbjYavRf6wjLC89Q6jOmQ6SHYXjompqzxQe75BebSfj&lt;BR /&gt;*more lines like above and below here*&lt;BR /&gt;HQW92OSlW9yY4DBl0XUDQVUUjOnAOUgqETNkUFvAQ7B7uChJnnSrcMNFzZSFZqSIhNSpyP3n9FQL0t9NmZj+1QDQ==&lt;BR /&gt;---- END SSH2 PUBLIC KEY ----&lt;BR /&gt;&lt;BR /&gt;Here is my command on the LINUX side to convert the file to append to the .ssh/authorized_keys file (asks for keyfromclient.pub and outputs to convertedkeyfromclientmachine.pub):&lt;BR /&gt;ssh-keygen -i &amp;gt; convertedkeyfromclientmachine.pub&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the authorized_keys file on LINUX again:&lt;BR /&gt;&lt;BR /&gt;ssh-dss AAAAB3NzaC1kc3MAAACBALenI1l1TVZphhoM93CNOfBXd7A+9Hwe8YRSgNIig**CODEANDSTUFF*M9d4a8iEPFzH4fG/7bCjkIB5PJn3yhcjPYQK/T9E1ytg== user@a.linux.machine.that.works&lt;BR /&gt;ssh-dss AAAAB3NzaC1kc3MAAACBAJCYMlc8shQrwtKLr3CUhDtnZFemV8icf6Nh1ZG0MTUpjKmimkwe*****CODEANDSTUFFHERE******XDR/c7a4fbPNPPb/HQhBjzb0SrnG9lVM4FDAh30VWJEqP2wHcQumJKbS8Z5Mg== user@clientmachine.edu&lt;BR /&gt;&lt;BR /&gt;I added the user@clientmachine.edu above manually even after the concatenation of the converted file didn't add it. Again, it is still asking for a password on the VMS side:&lt;BR /&gt;&lt;BR /&gt;VMS_PROMPT&amp;gt; ssh -o IdentityFile=keyfromclient.;1 user@remotehost.edu&lt;BR /&gt;user's password: cursor movement capability, using vt100&lt;BR /&gt;Authentication successful.&lt;BR /&gt;Last login: Fri Jul 28 07:42:58 2006 from 1**.**.32.***&lt;BR /&gt;&lt;BR /&gt;The "cursor movement capability" is left over STDOUT message from OPENVMS... it's not the password.  I had to type in the password on the SSH command to get in.</description>
      <pubDate>Fri, 28 Jul 2006 08:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832199#M29619</guid>
      <dc:creator>almanzam</dc:creator>
      <dc:date>2006-07-28T08:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832200#M29620</link>
      <description>At this point, output from "ssh -v" may be&lt;BR /&gt;helpful.  For some examples, you might look&lt;BR /&gt;at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1012120" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1012120&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but that may be going in the other direction.</description>
      <pubDate>Fri, 28 Jul 2006 08:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832200#M29620</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-07-28T08:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832201#M29621</link>
      <description>VMS&amp;gt; ssh -v&lt;BR /&gt;debug: Ssh2/SSH2.C:1847: CRTL version (SYS$SHARE:DECC$SHR.EXE ident) is V7.3-2-0&lt;BR /&gt;2&lt;BR /&gt;debug: SshAppCommon/SSHAPPCOMMON.C:307: Allocating global SshRegex context.&lt;BR /&gt;debug: SshConfig/SSHCONFIG.C:3285: Metaconfig parsing stopped at line 3.&lt;BR /&gt;debug: SshConfig/SSHCONFIG.C:842: Setting variable 'VerboseMode' to 'FALSE'.&lt;BR /&gt;debug: SshConfig/SSHCONFIG.C:3193: Unable to open ssh2/ssh2_config&lt;BR /&gt;Type $1$dga1:[sys0.syscommon.][sysexe]tcpip$ssh_ssh2.exe -h for help.</description>
      <pubDate>Fri, 28 Jul 2006 09:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832201#M29621</guid>
      <dc:creator>almanzam</dc:creator>
      <dc:date>2006-07-28T09:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832202#M29622</link>
      <description>Sorry.  I meant something like:&lt;BR /&gt;&lt;BR /&gt;ssh -v linux_system</description>
      <pubDate>Fri, 28 Jul 2006 10:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832202#M29622</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-07-28T10:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832203#M29623</link>
      <description>Gotcha:&lt;BR /&gt;&lt;BR /&gt;PPRD&amp;gt; ssh -v remotesystem_example.edu&lt;BR /&gt;debug: Ssh2/SSH2.C:1847: CRTL version (SYS$SHARE:DECC$SHR.EXE ident) is V7.3-2-0&lt;BR /&gt;2&lt;BR /&gt;debug: SshAppCommon/SSHAPPCOMMON.C:307: Allocating global SshRegex context.&lt;BR /&gt;debug: SshConfig/SSHCONFIG.C:3285: Metaconfig parsing stopped at line 3.&lt;BR /&gt;debug: SshConfig/SSHCONFIG.C:842: Setting variable 'VerboseMode' to 'FALSE'.&lt;BR /&gt;debug: SshConfig/SSHCONFIG.C:3193: Unable to open ssh2/ssh2_config&lt;BR /&gt;debug: Connecting to remotesystem_example.edu, port 22... (SOCKS not used)&lt;BR /&gt;debug: Ssh2/SSH2.C:2813: Entering event loop.&lt;BR /&gt;debug: Ssh2Client/SSHCLIENT.C:1607: Creating transport protocol.&lt;BR /&gt;debug: SshAuthMethodClient/SSHAUTHMETHODC.C:99: Added "hostbased" to usable meth&lt;BR /&gt;ods.&lt;BR /&gt;debug: SshAuthMethodClient/SSHAUTHMETHODC.C:99: Added "publickey" to usable meth&lt;BR /&gt;ods.&lt;BR /&gt;debug: SshAuthMethodClient/SSHAUTHMETHODC.C:99: Added "password" to usable metho&lt;BR /&gt;ds.&lt;BR /&gt;debug: Ssh2Client/SSHCLIENT.C:1648: Creating userauth protocol.&lt;BR /&gt;debug: client supports 3 auth methods: 'hostbased,publickey,password'&lt;BR /&gt;debug: SshUnixTcp/SSHUNIXTCP.C:1356: using local hostname clientmachine.edu&lt;BR /&gt;debug: Ssh2Common/SSHCOMMON.C:545: local ip = xxx.xxx.xxx.75, local port = 52028&lt;BR /&gt;debug: Ssh2Common/SSHCOMMON.C:547: remote ip = xxx.xxx.xxx.15, remote port = 22&lt;BR /&gt;debug: SshConnection/SSHCONN.C:2277: Wrapping...&lt;BR /&gt;debug: SshReadLine/SSHREADLINE.C:3651: Initializing ReadLine...&lt;BR /&gt;warning: Need basic cursor movement capability, using vt100&lt;BR /&gt;debug: Remote version: SSH-2.0-OpenSSH_3.9p1&lt;BR /&gt;debug: OpenSSH: Major: 3 Minor: 9 Revision: 0&lt;BR /&gt;debug: Ssh2Transport/TRCOMMON.C:1717: All versions of OpenSSH handle kex guesses&lt;BR /&gt; incorrectly.&lt;BR /&gt;debug: Ssh2Transport/TRCOMMON.C:2157: lang s to c: `', lang c to s: `'&lt;BR /&gt;debug: Ssh2Transport/TRCOMMON.C:2222: c_to_s: cipher aes128-cbc, mac hmac-sha1,&lt;BR /&gt;compression none&lt;BR /&gt;debug: Ssh2Transport/TRCOMMON.C:2225: s_to_c: cipher aes128-cbc, mac hmac-sha1,&lt;BR /&gt;compression none&lt;BR /&gt;debug: Remote host key found from database.&lt;BR /&gt;debug: Ssh2Common/SSHCOMMON.C:346: Received SSH_CROSS_STARTUP packet from connec&lt;BR /&gt;tion protocol.&lt;BR /&gt;debug: Ssh2Common/SSHCOMMON.C:396: Received SSH_CROSS_ALGORITHMS packet from con&lt;BR /&gt;nection protocol.&lt;BR /&gt;debug: server offers auth methods 'publickey,gssapi-with-mic,password'.&lt;BR /&gt;debug: SshConfig/SSHCONFIG.C:3193: Unable to open ssh2/identification&lt;BR /&gt;debug: Ssh2AuthClient/SSHAUTHC.C:373: Method 'publickey' disabled.&lt;BR /&gt;debug: server offers auth methods 'publickey,gssapi-with-mic,password'.&lt;BR /&gt;csc_miguel's password: ient/AUTHC-PASSWD.C:249: Starting password query...&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2006 11:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832203#M29623</guid>
      <dc:creator>almanzam</dc:creator>
      <dc:date>2006-07-28T11:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832204#M29624</link>
      <description>Part of the problem is shown in the following two lines from the debug:&lt;BR /&gt;debug: SshConfig/SSHCONFIG.C:3193: Unable to open ssh2/identification &lt;BR /&gt;debug: Ssh2AuthClient/SSHAUTHC.C:373: Method 'publickey' disabled. &lt;BR /&gt;&lt;BR /&gt;The SSH2 client tries to open SYS$LOGIN:[.SSH2]IDENTIFICATION. to read the list of private keys to work with when doing public key authentication.  I would guess that the file is not present.  Create this file with the following contents:&lt;BR /&gt;idkey public_key_file_name.&lt;BR /&gt;&lt;BR /&gt;The public key files should also be in the SYS$LOGIN:[.SSH2] directory.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2006 13:46:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832204#M29624</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2006-07-28T13:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832205#M29625</link>
      <description>Almanzam.&lt;BR /&gt;&lt;BR /&gt;-- I am just having some ugly memories and extrapolation from there.&lt;BR /&gt;&lt;BR /&gt;I have no experience whatsoever with this implementation of SSH, but the answer by Richard did make some rambling.&lt;BR /&gt;&lt;BR /&gt;Are so maybe trying this from the SYSTEM account? That would be an explanation:&lt;BR /&gt;&lt;BR /&gt;The SYS$LOGIN for the SYSTEM account is SYS$MANAGER, which expands into a search list.&lt;BR /&gt;U*X systems. and a lot of software that has been ported too thoughtless from them. are totally unaware of the concept. Should they use the VMS parsing mechanism, that would be totally all right, but most of that s**t is too cocky to accept anything could be better than home-brew. Consequently, they belch.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, _IF_ this failure is from the SYSTEM account, try any "normal" account.&lt;BR /&gt;Should this be from an account without the searchlist complication, then forget about my noise and get help from better-informed people.&lt;BR /&gt;&lt;BR /&gt;Once again:&lt;BR /&gt;-- I am just having some ugly memories and only extrapolation from there!&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost. &lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2006 14:11:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832205#M29625</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-07-28T14:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an OpenVMS to a LINUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832206#M29626</link>
      <description>ONE: I was missing my identification. file on VMS.  (that was silly on my part. I admit that I thought I didn't need that with the -o option IdentityFile=filewithkey.; parameter)&lt;BR /&gt;TWO: Fixed the "identification." file permissions so that the local client could read - the client must be able to read it to SSH&lt;BR /&gt;THREE:  Checked the system configuration for SSH - good&lt;BR /&gt;&lt;BR /&gt;SUCCESS.  I was able to run an SCP, an SSH, and an SFTP without a password.  Are there any other security items I have to check before I continue doing the batch copy? &lt;BR /&gt;&lt;BR /&gt;Thank you, everyone again, for your help.</description>
      <pubDate>Fri, 28 Jul 2006 15:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-an-openvms-to-a-linux-machine/m-p/3832206#M29626</guid>
      <dc:creator>almanzam</dc:creator>
      <dc:date>2006-07-28T15:25:13Z</dc:date>
    </item>
  </channel>
</rss>

