<?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: sftp2 on upgraded alpha ds20 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707967#M60022</link>
    <description>&amp;gt;&amp;gt;&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.69): Ssh2AuthClient/SSHAUTHC.C:378: Method 'publickey' disabled.&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;This seems to indicate "AllowedAuthentications publickey" is missing from ssh2_config. Also the comment in the template says it is default.&lt;BR /&gt;Just try it.</description>
    <pubDate>Tue, 02 Nov 2010 11:12:37 GMT</pubDate>
    <dc:creator>Joseph Huber_1</dc:creator>
    <dc:date>2010-11-02T11:12:37Z</dc:date>
    <item>
      <title>sftp2 on upgraded alpha ds20</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707963#M60018</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;we have an alpha ds20e running vms7.3-2 and tcpip V5.4 - ECO 7&lt;BR /&gt;the following command works&lt;BR /&gt;&lt;BR /&gt;$sftp2 ftpjcqt@128.11.56.61&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;we now have a 2nd alpha using the system disk from the above and upgrading to vms 8.3 and tcpip  V5.6 - ECO 5&lt;BR /&gt;&lt;BR /&gt;now with the command i get&lt;BR /&gt;$sftp2 ftpjcqt@128.11.56.61&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;Keyboard-interactive:&lt;BR /&gt;&lt;BR /&gt;Password:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Its as if it isnt using the keys anymore?&lt;BR /&gt;&lt;BR /&gt;I tried doing the following from a previous post eg&lt;BR /&gt; 1. Extract the template files using the following commands be sure to include the dot character when specifying the      &lt;BR /&gt;file names SSH2_CONFIG. and SSHD2_CONFIG. :&lt;BR /&gt;$ LIBRARY/EXTRACT=SSH2_CONFIG SYS$LIBRARY:TCPIP$TEMPLATES.TLB -_$ /OUT=TCPIP$SSH_DEVICE:[TCPIP$SSH.SSH2]SSH2_CONFIG. &lt;BR /&gt;    &lt;BR /&gt;$ LIBRARY/EXTRACT=SSHD2_CONFIG SYS$LIBRARY:TCPIP$TEMPLATES.TLB -_$ /OUT=TCPIP$SSH_DEVICE:[TCPIP$SSH.SSH2]SSHD2_CONFIG.     &lt;BR /&gt;These commands copy the new template files into the SSH2 configuration directory with a new version number.      &lt;BR /&gt;2. Shutdown &amp;amp; Restart SSH using the following command:      &lt;BR /&gt;$@SYS$STARTUP:TCPIP$SSH_SHUTDOWN.COM&lt;BR /&gt;$@SYS$STARTUP:TCPIP$SSH_CLIENT_SHUTDOWN.COM&lt;BR /&gt;$@SYS$STARTUP:TCPIP$SSH_STARTUP.COM&lt;BR /&gt;$@SYS$STARTUP:TCPIP$SSH_CLIENT_STARTUP.COM      &lt;BR /&gt;&lt;BR /&gt;This dosent make any difference? help please</description>
      <pubDate>Tue, 02 Nov 2010 07:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707963#M60018</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2010-11-02T07:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: sftp2 on upgraded alpha ds20</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707964#M60019</link>
      <description>I don't have 8.3/tcpip5.6, &lt;BR /&gt;but maybe some defaults changed ?&lt;BR /&gt;Put explicit AllowedAuthentications                in ssh2_config.&lt;BR /&gt; &lt;BR /&gt;In general, debug the sftp connection using "sftp -v" to see at which point the public key is refused or not tried at all.</description>
      <pubDate>Tue, 02 Nov 2010 09:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707964#M60019</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-11-02T09:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: sftp2 on upgraded alpha ds20</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707965#M60020</link>
      <description>The ssh2_config.txt file looks like the following on the upgraded server - this is identical to the original file:-&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ DAVE:SYSTEM&amp;gt; edit SSH2_CONFIG.TXT&lt;BR /&gt;&lt;BR /&gt;# SSH CONFIGURATION FILE FORMAT VERSION 1.1&lt;BR /&gt;# REGEX-SYNTAX egrep&lt;BR /&gt;# end of metaconfig&lt;BR /&gt;# (do not change above lines!)&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# File name:      SSH2_CONFIG.&lt;BR /&gt;# Product:        HP TCP/IP Services for OpenVMS&lt;BR /&gt;# Version:        V5.4-ECO7&lt;BR /&gt;#&lt;BR /&gt;# Â© Copyright 1976, 2003 Hewlett-Packard Development Company, L.P.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# ssh 3.2 client configuration information&lt;BR /&gt;#&lt;BR /&gt;# Note: ".*" is used for all hosts, but you can use other hosts as well&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;.*:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# HP Tru64 UNIX specific&lt;BR /&gt;# Secure the r* utilities (no, yes)&lt;BR /&gt;#&lt;BR /&gt;#   EnforceSecureRutils                 no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## General&lt;BR /&gt;&lt;BR /&gt;    AuthenticationSuccessMsg            yes&lt;BR /&gt;#   BatchMode                           no&lt;BR /&gt;#   Compression                         no&lt;BR /&gt;#   DontReadStdin                       no&lt;BR /&gt;#   EscapeChar                          ~&lt;BR /&gt;#   ForcePTTYAllocation                 no&lt;BR /&gt;#   GoBackground                        no&lt;BR /&gt;#   PasswordPrompt                      "%U@%H's password: "&lt;BR /&gt;    PasswordPrompt                      "%U's password: "&lt;BR /&gt;#   QuietMode                           no&lt;BR /&gt;#   SetRemoteEnv                        foobar=baz&lt;BR /&gt;    VerboseMode                         no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## Network&lt;BR /&gt;&lt;BR /&gt;    Port                                22&lt;BR /&gt;    NoDelay                             no&lt;BR /&gt;    KeepAlive                           yes&lt;BR /&gt;#   SocksServer                         socks://mylogin@socks.ssh.com:1080/203. &lt;BR /&gt;#   UseSocks5                           no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## Crypto&lt;BR /&gt;&lt;BR /&gt;    Ciphers                             AnyStdCipher&lt;BR /&gt;    MACs                                AnyStdMAC&lt;BR /&gt;#   RekeyIntervalSeconds                3600&lt;BR /&gt;    StrictHostKeyChecking               no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## User public key authentication&lt;BR /&gt;&lt;BR /&gt;    IdentityFile                        identification&lt;BR /&gt;    RandomSeedFile                      random_seed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## Tunneling&lt;BR /&gt;&lt;BR /&gt;#   ForwardAgent                        yes&lt;BR /&gt;#   ForwardX11                          yes&lt;BR /&gt;#   GatewayPorts                        no&lt;BR /&gt;#   TrustX11Applications                no&lt;BR /&gt;#   XauthPath                           &lt;SET by="" configure="" by="" default=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Tunnels that are set up upon login&lt;BR /&gt;&lt;BR /&gt;#   LocalForward                        "110:pop3.company.com:110"&lt;BR /&gt;#   LocalForward                        "143:imap.company.com:143"&lt;BR /&gt;#   LocalForward                        "25:smtp.company.com:25"&lt;BR /&gt;#   RemoteForward                       "3000:localhost:22"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## SSH1 compatibility&lt;BR /&gt;&lt;BR /&gt;#   Ssh1InternalEmulation               yes&lt;BR /&gt;    Ssh1Compatibility                   no&lt;BR /&gt;    Ssh1AgentCompatibility              none&lt;BR /&gt;#   Ssh1AgentCompatibility              traditional&lt;BR /&gt;#   Ssh1AgentCompatibility              ssh2&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;when i do a -v i get &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ DAVE:SYSTEM&amp;gt; sftp2 "-v" ftpjcqt@128.11.56.61&lt;BR /&gt;Sftp2/SFTP2.C:5173: CRTL version (SYS$SHARE:DECC$SHARE ident) is: V8.3-01&lt;BR /&gt;&lt;BR /&gt;SshFileCopy/SSHFILECOPY.C:1354: Making local connection.&lt;BR /&gt;Ssh2SftpServer/SSHFILEXFERS.C:2132: Received SSH_FXP_INIT&lt;BR /&gt;Ssh2SftpServer/SSHFILEXFERS.C:2177: version is 999&lt;BR /&gt;Ssh2SftpServer/SSHFILEXFERS.C:2239: Sending SSH_FXP_VERSION with sftp-version@op&lt;BR /&gt;envms.hp.com as 3&lt;BR /&gt;SshFileXferClient/SSHFILEXFERC.C:1432: ssh_file_client_receive_proc: coming in w&lt;BR /&gt;ith extension data, OpenVMS host&lt;BR /&gt;SshFileXferClient/SSHFILEXFERC.C:1478: vms_plus_sftp_version = 3&lt;BR /&gt;SshFileCopy/SSHFILECOPY.C:1293: Connection to local, ready to serve requests.&lt;BR /&gt;Sftp2/SFTP2.C:819: Connection ready.&lt;BR /&gt;SshReadLine/SSHREADLINE.C:3662: Initializing ReadLine...&lt;BR /&gt;SshFileCopy/SSHFILECOPY.C:1364: Connecting to remote host. (host = FTPJCQT@128.1&lt;BR /&gt;1.56.61, user = NULL, port = NULL)&lt;BR /&gt;argv[0] = /sys$system/tcpip$ssh_ssh2&lt;BR /&gt;argv[1] = -v&lt;BR /&gt;argv[2] = -x&lt;BR /&gt;argv[3] = -a&lt;BR /&gt;argv[4] = -o&lt;BR /&gt;argv[5] = passwordprompt %U@%H's password:&lt;BR /&gt;argv[6] = -o&lt;BR /&gt;argv[7] = authenticationnotify yes&lt;BR /&gt;argv[8] = FTPJCQT@128.11.56.61&lt;BR /&gt;argv[9] = -s&lt;BR /&gt;argv[10] = sftp&lt;BR /&gt;Sftp2/SFTP2.C:4357: notification: 0&lt;BR /&gt;Sftp2/SFTP2.C:4357: notification: 1&lt;BR /&gt;&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.42): Ssh2/SSH2.C:1896: CRTL version (SYS$SHARE:DECC$S&lt;BR /&gt;HR.EXE ident) is V8.3-01&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.44): SshAppCommon/SSHAPPCOMMON.C:313: Allocating glob&lt;BR /&gt;al SshRegex context.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.44): SshConfig/SSHCONFIG.C:3456: Metaconfig parsing s&lt;BR /&gt;topped at line 4.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.44): SshConfig/SSHCONFIG.C:883: Setting variable 'Ver&lt;BR /&gt;boseMode' to 'FALSE'.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.45): SshConfig/SSHCONFIG.C:3364: Unable to open ssh2/&lt;BR /&gt;ssh2_config&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.45): Connecting to 128.11.56.61, port 22... (SOCKS no&lt;BR /&gt;t used)&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.45): Ssh2/SSH2.C:2881: Entering event loop.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.46): Ssh2Client/SSHCLIENT.C:1609: Creating transport&lt;BR /&gt;protocol.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.47): SshAuthMethodClient/SSHAUTHMETHODC.C:104: Added&lt;BR /&gt;"publickey" to usable methods.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.47): SshAuthMethodClient/SSHAUTHMETHODC.C:104: Added&lt;BR /&gt;"keyboard-interactive" to usable methods.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.47): SshAuthMethodClient/SSHAUTHMETHODC.C:104: Added&lt;BR /&gt;"password" to usable methods.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.47): Ssh2Client/SSHCLIENT.C:1650: Creating userauth p&lt;BR /&gt;rotocol.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.47): client supports 3 auth methods: 'publickey,keybo&lt;BR /&gt;ard-interactive,password'&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.47): SshUnixTcp/SSHUNIXTCP.C:1750: using local hostna&lt;BR /&gt;me dave.bertdomain&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.47): Ssh2Common/SSHCOMMON.C:541: local ip = 129.94.18&lt;BR /&gt;5.46, local port = 49274&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.47): Ssh2Common/SSHCOMMON.C:543: remote ip = 128.11.5&lt;BR /&gt;6.61, remote port = 22&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.47): SshConnection/SSHCONN.C:2435: Wrapping...&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.47): SshReadLine/SSHREADLINE.C:3662: Initializing Rea&lt;BR /&gt;dLine...&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.48): Remote version: SSH-2.0-OpenSSH_4.2&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.48): OpenSSH: Major: 4 Minor: 2 Revision: 0&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.48): Ssh2Transport/TRCOMMON.C:1825: All versions of O&lt;BR /&gt;penSSH handle kex guesses incorrectly.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.48): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.48): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 20 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.49): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=2&lt;BR /&gt;0&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.50): Ssh2Transport/TRCOMMON.C:2318: lang s to c: `',&lt;BR /&gt;lang c to s: `'&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.50): Ssh2Transport/TRCOMMON.C:2383: c_to_s: cipher ae&lt;BR /&gt;s128-cbc, mac hmac-sha1, compression none&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.50): Ssh2Transport/TRCOMMON.C:2386: s_to_c: cipher ae&lt;BR /&gt;s128-cbc, mac hmac-sha1, compression none&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.50): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.50): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 30 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.56): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=3&lt;BR /&gt;1&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.56): Remote host key found from database.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.59): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.59): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 21 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.59): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.59): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 5 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.59): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=2&lt;BR /&gt;1&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.64): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=6&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.64): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.64): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 50 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.64): Ssh2Common/SSHCOMMON.C:342: Received SSH_CROSS_S&lt;BR /&gt;TARTUP packet from connection protocol.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.65): Ssh2Common/SSHCOMMON.C:392: Received SSH_CROSS_A&lt;BR /&gt;LGORITHMS packet from connection protocol.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.67): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=5&lt;BR /&gt;3&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.67): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=5&lt;BR /&gt;1&lt;BR /&gt;&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.67): server offers auth methods 'publickey,password,k&lt;BR /&gt;eyboard-interactive'.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.68): Ssh2AuthPubKeyClient/AUTHC-PUBKEY.C:1677: adding&lt;BR /&gt; keyfile "/sys$sysroot/sysmgr/ssh2/GMS_id_dsa_2048_b" to candidates&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.68): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.68): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 50 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.69): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=5&lt;BR /&gt;1&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.69): server offers auth methods 'publickey,password,k&lt;BR /&gt;eyboard-interactive'.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.69): Ssh2AuthClient/SSHAUTHC.C:378: Method 'publickey&lt;BR /&gt;' disabled.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.70): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.70): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 50 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.71): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=5&lt;BR /&gt;1&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.71): server offers auth methods 'publickey,password,k&lt;BR /&gt;eyboard-interactive'.&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.71): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.71): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 50 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.72): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=6&lt;BR /&gt;0&lt;BR /&gt;Keyboard-interactive:&lt;BR /&gt;&lt;BR /&gt;Password:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SET&gt;</description>
      <pubDate>Tue, 02 Nov 2010 09:39:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707965#M60020</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2010-11-02T09:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: sftp2 on upgraded alpha ds20</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707966#M60021</link>
      <description>the working server looks like this with a -v&lt;BR /&gt;&lt;BR /&gt;Ssh2SftpServer/SSHFILEXFERS.C:2079: Received SSH_FXP_INIT&lt;BR /&gt;Ssh2SftpServer/SSHFILEXFERS.C:2124: version is 3&lt;BR /&gt;SshFileCopy/SSHFILECOPY.C:1001: Connection to local, ready to serve requests.&lt;BR /&gt;Sftp2/SFTP2.C:786: Connection ready.&lt;BR /&gt;SshReadLine/SSHREADLINE.C:3662: Initializing ReadLine...&lt;BR /&gt;SshFileCopy/SSHFILECOPY.C:1072: Connecting to remote host. (host = ftpjcqt@128.11.56.61, user = NULL, port = NULL)&lt;BR /&gt;argv[0] = /sys$system/tcpip$ssh_ssh2&lt;BR /&gt;argv[1] = -v&lt;BR /&gt;argv[2] = -x&lt;BR /&gt;argv[3] = -a&lt;BR /&gt;argv[4] = -o&lt;BR /&gt;argv[5] = passwordprompt %U@%H's password:&lt;BR /&gt;argv[6] = -o&lt;BR /&gt;argv[7] = authenticationnotify yes&lt;BR /&gt;argv[8] = ftpjcqt@128.11.56.61&lt;BR /&gt;argv[9] = -s&lt;BR /&gt;argv[10] = sftp&lt;BR /&gt;Sftp2/SFTP2.C:4012: notification: 0&lt;BR /&gt;Sftp2/SFTP2.C:4012: notification: 1&lt;BR /&gt;&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.33): Ssh2/SSH2.C:1894: CRTL version (SYS$SHARE:DECC$SHR.EXE&lt;BR /&gt;ident) is V7.3-2-00&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.36): SshAppCommon/SSHAPPCOMMON.C:313: Allocating global SshR&lt;BR /&gt;egex context.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.37): SshConfig/SSHCONFIG.C:3338: Metaconfig parsing stopped&lt;BR /&gt;at line 4.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.38): SshConfig/SSHCONFIG.C:855: Setting variable 'VerboseMod&lt;BR /&gt;e' to 'FALSE'.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.39): SshConfig/SSHCONFIG.C:3246: Unable to open ssh2/ssh2_co&lt;BR /&gt;nfig&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.41): Connecting to 128.11.56.61, port 22... (SOCKS not used)&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.41): Ssh2/SSH2.C:2860: Entering event loop.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.42): Ssh2Client/SSHCLIENT.C:1609: Creating transport protoco&lt;BR /&gt;l.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.42): SshAuthMethodClient/SSHAUTHMETHODC.C:95: Added "publick&lt;BR /&gt;ey" to usable methods.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.42): SshAuthMethodClient/SSHAUTHMETHODC.C:95: Added "keyboar&lt;BR /&gt;d-interactive" to usable methods.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.42): SshAuthMethodClient/SSHAUTHMETHODC.C:95: Added "passwor&lt;BR /&gt;d" to usable methods.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.42): Ssh2Client/SSHCLIENT.C:1650: Creating userauth protocol&lt;BR /&gt;.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.43): client supports 3 auth methods: 'publickey,keyboard-int&lt;BR /&gt;eractive,password'&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.43): SshUnixTcp/SSHUNIXTCP.C:1683: using local hostname CHAS&lt;BR /&gt;.chasdomain&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.43): Ssh2Common/SSHCOMMON.C:541: local ip = 129.94.185.45, l&lt;BR /&gt;ocal port = 53432&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.43): Ssh2Common/SSHCOMMON.C:543: remote ip = 128.11.56.61, r&lt;BR /&gt;emote port = 22&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.43): SshConnection/SSHCONN.C:2311: Wrapping...&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.43): SshReadLine/SSHREADLINE.C:3662: Initializing ReadLine..&lt;BR /&gt;.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.43): Remote version: SSH-2.0-OpenSSH_4.2&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.44): OpenSSH: Major: 4 Minor: 2 Revision: 0&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.44): Ssh2Transport/TRCOMMON.C:1817: All versions of OpenSSH&lt;BR /&gt;handle kex guesses incorrectly.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.44): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.44): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 20 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.45): Ssh2Transport/TRCOMMON.C:2306: lang s to c: `', lang c&lt;BR /&gt;to s: `'&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.45): Ssh2Transport/TRCOMMON.C:2371: c_to_s: cipher aes128-cb&lt;BR /&gt;c, mac hmac-sha1, compression none&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.45): Ssh2Transport/TRCOMMON.C:2374: s_to_c: cipher aes128-cb&lt;BR /&gt;c, mac hmac-sha1, compression none&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.46): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.47): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 30 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.50): Remote host key found from database.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.53): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.53): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 21 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.53): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.53): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 5 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.59): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.59): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 50 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.59): Ssh2Common/SSHCOMMON.C:342: Received SSH_CROSS_STARTUP&lt;BR /&gt;packet from connection protocol.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.59): Ssh2Common/SSHCOMMON.C:392: Received SSH_CROSS_ALGORITH&lt;BR /&gt;MS packet from connection protocol.&lt;BR /&gt;&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.63): server offers auth methods 'publickey,password,keyboard&lt;BR /&gt;-interactive'.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.64): Ssh2AuthPubKeyClient/AUTHC-PUBKEY.C:1677: adding keyfil&lt;BR /&gt;e "/SYS$SYSROOT/sysmgr/ssh2/GMS_id_dsa_2048_b" to candidates&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.65): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.65): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 50 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.66): Constructing and sending signature in publickey authent&lt;BR /&gt;ication.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.66): Ssh2AuthPubKeyClient/AUTHC-PUBKEY.C:869: ssh_client_aut&lt;BR /&gt;h_pubkey_send_signature: reading /SYS$SYSROOT/sysmgr/ssh2/GMS_id_dsa_2048_b&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.70): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.71): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type&lt;BR /&gt; 50 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.75): Ssh2AuthPubKeyClient/AUTHC-PUBKEY.C:1915: Public key au&lt;BR /&gt;thentication was successful.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.75): Ssh2Common/SSHCOMMON.C:310: Received SSH_CROSS_AUTHENTI&lt;BR /&gt;CATED packet from connection protocol.&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.75): SshReadLine/SSHREADLINE.C:3728: Uninitializing ReadLine&lt;BR /&gt;Sftp2/SFTP2.C:4012: notification: 0&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: A&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 1, buffer len: 1&lt;BR /&gt;&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:ommon/SSHCOMMON.C:852: num_channels now 1&lt;BR /&gt;&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.76): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type00000000: 41                                       A&lt;BR /&gt;&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.76): Ssh2Transport/TRCOMMON.C:1105: Sending packet with typeSftp2/SFTP2.C:4029: read char: U&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 2, buffer len: 2&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155                                     AU&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: T&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 3, buffer len: 3&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 54                                  AUT&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: H&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 4, buffer len: 4&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448                                AUTH&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: E&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 5, buffer len: 5&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 45                             AUTHE&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: N&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 6, buffer len: 6&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 454e                           AUTHEN&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: T&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 7, buffer len: 7&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 454e 54                        AUTHENT&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: I&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 8, buffer len: 8&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449                      AUTHENTI&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: C&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 9, buffer len: 9&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 43                   AUTHENTIC&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: A&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 10, buffer len: 10&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341                 AUTHENTICA&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: T&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 11, buffer len: 11&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 54              AUTHENTICAT&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: E&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 12, buffer len: 12&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 5445            AUTHENTICATE&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: D&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 13, buffer len: 13&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 5445 44         AUTHENTICATED&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char:&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 14, buffer len: 14&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 5445 4420       AUTHENTICATED&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: Y&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 15, buffer len: 15&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 5445 4420 59    AUTHENTICATED Y&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: E&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 16, buffer len: 16&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 5445 4420 5945  AUTHENTICATED YE&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char: S&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 17, buffer len: 17&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 5445 4420 5945  AUTHENTICATED YE&lt;BR /&gt;00000010: 53                                       S&lt;BR /&gt;Sftp2/SFTP2.C:4029: read char:&lt;BR /&gt;&lt;BR /&gt;Sftp2/SFTP2.C:4031: read_bytes: 18, buffer len: 18&lt;BR /&gt;Sftp2/SFTP2.C:4033: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 5445 4420 5945  AUTHENTICATED YE&lt;BR /&gt;00000010: 530a                                     S.&lt;BR /&gt;Sftp2/SFTP2.C:4038: buffer: 'AUTHENTICATED YES&lt;BR /&gt;                                              '&lt;BR /&gt;&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.81): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.81): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type 98 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.82): Ssh2Transport/TRCOMMON.C:1105: Sending packet with type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 11:01:15.82): Ssh2Transport/TRCOMMON.C:1105: Sending packet with typeSshFileCopy/SSHFILECOPY.C:1001: Connection to remote host 'ftpjcqt@128.11.56.61', ready to serve requests.&lt;BR /&gt;sftp&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2010 10:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707966#M60021</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2010-11-02T10:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: sftp2 on upgraded alpha ds20</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707967#M60022</link>
      <description>&amp;gt;&amp;gt;&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.69): Ssh2AuthClient/SSHAUTHC.C:378: Method 'publickey' disabled.&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;This seems to indicate "AllowedAuthentications publickey" is missing from ssh2_config. Also the comment in the template says it is default.&lt;BR /&gt;Just try it.</description>
      <pubDate>Tue, 02 Nov 2010 11:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707967#M60022</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-11-02T11:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: sftp2 on upgraded alpha ds20</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707968#M60023</link>
      <description>&amp;gt;&amp;gt;&lt;BR /&gt;debug( 2-NOV-2010 11:36:47.69): Ssh2AuthClient/SSHAUTHC.C:378: Method 'publickey' disabled.&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;This seems to indicate "AllowedAuthentications publickey" is missing from ssh2_config. Also the comment in the template says it is default.&lt;BR /&gt;Just try it.&lt;BR /&gt;&lt;BR /&gt;Another possible reason: do You have in Your accounts [.ssh2]config. file a "Host ..." line allowing only certain nodes publickey auth., but the new node is not in the list ?</description>
      <pubDate>Tue, 02 Nov 2010 11:16:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707968#M60023</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-11-02T11:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: sftp2 on upgraded alpha ds20</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707969#M60024</link>
      <description>slightly different now when &lt;BR /&gt;allowedauthentications publickey&lt;BR /&gt;&lt;BR /&gt;$ DAVE:SYSTEM&amp;gt; sftp2 ftpjcqt@128.11.56.61 "-v"&lt;BR /&gt;Too many arguments.&lt;BR /&gt;Usage: sftp2 [-D debug_level_spec] [-B batchfile] [-S path] [-h]&lt;BR /&gt;             [-V] [-P port] [-b buffer_size]&lt;BR /&gt;             [-4] [-6] "[-C]" [-o option_to_ssh2]&lt;BR /&gt;             [user@]host[#port]&lt;BR /&gt;$ DAVE:SYSTEM&amp;gt; sftp2 "-v" ftpjcqt@128.11.56.61&lt;BR /&gt;Sftp2/SFTP2.C:5173: CRTL version (SYS$SHARE:DECC$SHARE ident) is: V8.3-01&lt;BR /&gt;&lt;BR /&gt;SshFileCopy/SSHFILECOPY.C:1354: Making local connection.&lt;BR /&gt;Ssh2SftpServer/SSHFILEXFERS.C:2132: Received SSH_FXP_INIT&lt;BR /&gt;Ssh2SftpServer/SSHFILEXFERS.C:2177: version is 999&lt;BR /&gt;Ssh2SftpServer/SSHFILEXFERS.C:2239: Sending SSH_FXP_VERSION with sftp-version@op&lt;BR /&gt;envms.hp.com as 3&lt;BR /&gt;SshFileXferClient/SSHFILEXFERC.C:1432: ssh_file_client_receive_proc: coming in w&lt;BR /&gt;ith extension data, OpenVMS host&lt;BR /&gt;SshFileXferClient/SSHFILEXFERC.C:1478: vms_plus_sftp_version = 3&lt;BR /&gt;SshFileCopy/SSHFILECOPY.C:1293: Connection to local, ready to serve requests.&lt;BR /&gt;Sftp2/SFTP2.C:819: Connection ready.&lt;BR /&gt;SshReadLine/SSHREADLINE.C:3662: Initializing ReadLine...&lt;BR /&gt;SshFileCopy/SSHFILECOPY.C:1364: Connecting to remote host. (host = FTPJCQT@128.1&lt;BR /&gt;1.56.61, user = NULL, port = NULL)&lt;BR /&gt;argv[0] = /sys$system/tcpip$ssh_ssh2&lt;BR /&gt;argv[1] = -v&lt;BR /&gt;argv[2] = -x&lt;BR /&gt;argv[3] = -a&lt;BR /&gt;argv[4] = -o&lt;BR /&gt;argv[5] = passwordprompt %U@%H's password:&lt;BR /&gt;argv[6] = -o&lt;BR /&gt;argv[7] = authenticationnotify yes&lt;BR /&gt;argv[8] = FTPJCQT@128.11.56.61&lt;BR /&gt;argv[9] = -s&lt;BR /&gt;argv[10] = sftp&lt;BR /&gt;Sftp2/SFTP2.C:4357: notification: 0&lt;BR /&gt;Sftp2/SFTP2.C:4357: notification: 1&lt;BR /&gt;&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.01): Ssh2/SSH2.C:1896: CRTL version (SYS$SHARE:DECC$S&lt;BR /&gt;HR.EXE ident) is V8.3-01&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.03): SshAppCommon/SSHAPPCOMMON.C:313: Allocating glob&lt;BR /&gt;al SshRegex context.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.03): SshConfig/SSHCONFIG.C:3456: Metaconfig parsing s&lt;BR /&gt;topped at line 4.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.03): SshConfig/SSHCONFIG.C:883: Setting variable 'Ver&lt;BR /&gt;boseMode' to 'FALSE'.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.04): SshConfig/SSHCONFIG.C:3364: Unable to open ssh2/&lt;BR /&gt;ssh2_config&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.05): Connecting to 128.11.56.61, port 22... (SOCKS no&lt;BR /&gt;t used)&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.05): Ssh2/SSH2.C:2881: Entering event loop.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.06): Ssh2Client/SSHCLIENT.C:1609: Creating transport&lt;BR /&gt;protocol.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.06): SshAuthMethodClient/SSHAUTHMETHODC.C:104: Added&lt;BR /&gt;"publickey" to usable methods.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.06): Ssh2Client/SSHCLIENT.C:1650: Creating userauth p&lt;BR /&gt;rotocol.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.06): client supports 1 auth methods: 'publickey'&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.06): SshUnixTcp/SSHUNIXTCP.C:1750: using local hostna&lt;BR /&gt;me dave.bertdomain&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.06): Ssh2Common/SSHCOMMON.C:541: local ip = 129.94.18&lt;BR /&gt;5.46, local port = 49309&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.06): Ssh2Common/SSHCOMMON.C:543: remote ip = 128.11.5&lt;BR /&gt;6.61, remote port = 22&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.06): SshConnection/SSHCONN.C:2435: Wrapping...&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.06): SshReadLine/SSHREADLINE.C:3662: Initializing Rea&lt;BR /&gt;dLine...&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.07): Remote version: SSH-2.0-OpenSSH_4.2&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.07): OpenSSH: Major: 4 Minor: 2 Revision: 0&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.07): Ssh2Transport/TRCOMMON.C:1825: All versions of O&lt;BR /&gt;penSSH handle kex guesses incorrectly.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.07): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.07): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 20 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.09): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=2&lt;BR /&gt;0&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.09): Ssh2Transport/TRCOMMON.C:2318: lang s to c: `',&lt;BR /&gt;lang c to s: `'&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.09): Ssh2Transport/TRCOMMON.C:2383: c_to_s: cipher ae&lt;BR /&gt;s128-cbc, mac hmac-sha1, compression none&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.09): Ssh2Transport/TRCOMMON.C:2386: s_to_c: cipher ae&lt;BR /&gt;s128-cbc, mac hmac-sha1, compression none&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.10): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.10): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 30 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.15): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=3&lt;BR /&gt;1&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.15): Remote host key found from database.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.17): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.17): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 21 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.18): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.18): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 5 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.18): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=2&lt;BR /&gt;1&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.23): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=6&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.23): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.23): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 50 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.23): Ssh2Common/SSHCOMMON.C:342: Received SSH_CROSS_S&lt;BR /&gt;TARTUP packet from connection protocol.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.24): Ssh2Common/SSHCOMMON.C:392: Received SSH_CROSS_A&lt;BR /&gt;LGORITHMS packet from connection protocol.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.26): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=5&lt;BR /&gt;3&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.26): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=5&lt;BR /&gt;1&lt;BR /&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;                               NOTICE TO USERS&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt; This is a HSBC BANK plc. owned computer system.  All programs and data on this&lt;BR /&gt; system are the property of, or licensed by HSBC BANK plc. It is for authorised&lt;BR /&gt; use only. Users (authorised or unauthorised) have no explicit or implicit&lt;BR /&gt; expectation of privacy.&lt;BR /&gt;&lt;BR /&gt; Any or all uses of this system and all files and data on this system may be&lt;BR /&gt; intercepted, monitored, recorded, copied, audited, inspected, and disclosed to&lt;BR /&gt; relevant authorities.&lt;BR /&gt;&lt;BR /&gt; By using this system, the user consents to such interception, monitoring,&lt;BR /&gt; recording, copying, auditing, inspection, and disclosure at the discretion of&lt;BR /&gt; HSBC BANK plc. authorised personnel.&lt;BR /&gt;&lt;BR /&gt; Unauthorised or improper use of this system may result in administrative&lt;BR /&gt; disciplinary action and civil and criminal penalties. By continuing to use&lt;BR /&gt; this system you indicate your awareness of and consent to these terms and&lt;BR /&gt; conditions of use. LOG OFF IMMEDIATELY if you do not agree to the conditions&lt;BR /&gt; stated in this warning.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.27): server offers auth methods 'publickey,password,k&lt;BR /&gt;eyboard-interactive'.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.27): Ssh2AuthPubKeyClient/AUTHC-PUBKEY.C:1677: adding&lt;BR /&gt; keyfile "/sys$sysroot/sysmgr/ssh2/GMS_id_dsa_2048_b" to candidates&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.27): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.27): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 50 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.28): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=5&lt;BR /&gt;1&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.28): server offers auth methods 'publickey,password,k&lt;BR /&gt;eyboard-interactive'.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.28): Ssh2AuthClient/SSHAUTHC.C:378: Method 'publickey&lt;BR /&gt;' disabled.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.28): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.29): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 50 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.30): Ssh2Transport/TRCOMMON.C:2756: &amp;gt;TR packet_type=5&lt;BR /&gt;1&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.30): server offers auth methods 'publickey,password,k&lt;BR /&gt;eyboard-interactive'.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.30): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 2 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.30): Ssh2Transport/TRCOMMON.C:1113: Sending packet wi&lt;BR /&gt;th type 1 to connection&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.30): Ssh2Common/SSHCOMMON.C:180: DISCONNECT received:&lt;BR /&gt; No further authentication methods available.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.30): SshReadLine/SSHREADLINE.C:3728: Uninitializing R&lt;BR /&gt;Sftp2/SFTP2.C:4357: notification: 0&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: A&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 1, buffer len: 1&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;&lt;BR /&gt;warning: Authentication failed.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.30): Ssh2/SSH2.C:327: locally_generated = TRUE&lt;BR /&gt;Disconnected; no more authentication methods available (No further authenticatio&lt;BR /&gt;n methods available.).&lt;BR /&gt;&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.30): Ssh2Client/SSHCLIENT.C:1685: Destroying client.&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.30): SshConfig/SSHCONFIG.C:2862: Freeing pki. (host_p&lt;BR /&gt;ki != NULL, user_pki = NULL)&lt;BR /&gt;debug( 2-NOV-2010 13:55:39.30): SshConnection/SSHCONN.C:2487: Destroying SshConn&lt;BR /&gt;00000000: 41                                       A&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: U&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 2, buffer len: 2&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155                                     AU&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: T&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 3, buffer len: 3&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 54                                  AUT&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: H&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 4, buffer len: 4&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448                                AUTH&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: E&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 5, buffer len: 5&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448 45                             AUTHE&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: N&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 6, buffer len: 6&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448 454e                           AUTHEN&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: T&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 7, buffer len: 7&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448 454e 54                        AUTHENT&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: I&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 8, buffer len: 8&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449                      AUTHENTI&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: C&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 9, buffer len: 9&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 43                   AUTHENTIC&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: A&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 10, buffer len: 10&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341                 AUTHENTICA&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: T&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 11, buffer len: 11&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 54              AUTHENTICAT&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: E&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 12, buffer len: 12&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 5445            AUTHENTICATE&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: D&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 13, buffer len: 13&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 5445 44         AUTHENTICATED&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char:&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 14, buffer len: 14&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 5445 4420       AUTHENTICATED&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: N&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 15, buffer len: 15&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 5445 4420 4e    AUTHENTICATED N&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char: O&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 16, buffer len: 16&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 5445 4420 4e4f  AUTHENTICATED NO&lt;BR /&gt;Sftp2/SFTP2.C:4374: read char:&lt;BR /&gt;&lt;BR /&gt;Sftp2/SFTP2.C:4376: read_bytes: 17, buffer len: 17&lt;BR /&gt;Sftp2/SFTP2.C:4378: received message:&lt;BR /&gt;00000000: 4155 5448 454e 5449 4341 5445 4420 4e4f  AUTHENTICATED NO&lt;BR /&gt;00000010: 0a                                       .&lt;BR /&gt;Sftp2/SFTP2.C:4383: buffer: 'AUTHENTICATED NO&lt;BR /&gt;                                             '&lt;BR /&gt;SshReadLine/SSHREADLINE.C:3728: Uninitializing ReadLine...&lt;BR /&gt;FATAL: ssh2 client failed to authenticate. (or you have too old ssh2 installed,&lt;BR /&gt;check with ssh2 "-V")&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;%TCPIP-F-SSH_FATAL, non-specific fatal error condition&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2010 11:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707969#M60024</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2010-11-02T11:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: sftp2 on upgraded alpha ds20</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707970#M60025</link>
      <description>ssh2 versions are identical&lt;BR /&gt;&lt;BR /&gt;$CHAS:SYSTEM&amp;gt; ssh2 "-V"&lt;BR /&gt;$1$dga2:[sys0.syscommon.][sysexe]tcpip$ssh_ssh2.exe: SSH Secure Shell OpenVMS (V5.5) 3.2.0 on COMPAQ AlphaServer DS20E 666 MHz - VMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;$ DAVE:SYSTEM&amp;gt; ssh2 "-V"&lt;BR /&gt;DAVE$DKB0:[SYS0.SYSCOMMON.][SYSEXE]TCPIP$SSH_SSH2.EXE: SSH Secure Shell OpenVMS&lt;BR /&gt;(V5.5) 3.2.0 on COMPAQ AlphaServer DS20E 666 MHz - VMS V8.3&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2010 12:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707970#M60025</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2010-11-02T12:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: sftp2 on upgraded alpha ds20</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707971#M60026</link>
      <description>Well I see, there is still the &lt;BR /&gt; Method 'publickey' disabled.&lt;BR /&gt;after the public key was accepted.&lt;BR /&gt;&lt;BR /&gt;Frankly I have no idea what the reason is -&lt;BR /&gt;and it is not VMS specific, maybe SSH version specific.&lt;BR /&gt;I see the same behaviour between some Linux systems, and if it fails from VMS, then it also  fails from Linux.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Nov 2010 08:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707971#M60026</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-11-03T08:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: sftp2 on upgraded alpha ds20</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707972#M60027</link>
      <description>Thanks Joseph&lt;BR /&gt;is it worth trying a different version of ssh?&lt;BR /&gt;although i am on the same version on both&lt;BR /&gt;currently&lt;BR /&gt;&lt;BR /&gt;$ DAVE:SYSTEM&amp;gt; ssh -v&lt;BR /&gt;DAVE$DKB0:[SYS0.SYSCOMMON.][SYSEXE]TCPIP$SSH_SSH2.EXE: SSH Secure Shell OpenVMS&lt;BR /&gt;(V5.5) 3.2.0 on COMPAQ AlphaServer DS20E 666 MHz - VMS V8.3&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Nov 2010 08:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707972#M60027</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2010-11-03T08:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: sftp2 on upgraded alpha ds20</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707973#M60028</link>
      <description>&amp;gt;&amp;gt; is it worth trying a different version of ssh?&lt;BR /&gt;although i am on the same version on both&lt;BR /&gt;&lt;BR /&gt;If You have a newer version available, why not.&lt;BR /&gt;Both have the same SSH version, different VMS versions (different TCPIP stack version ?).&lt;BR /&gt;&lt;BR /&gt;But on the other hand as I told, the same problem I see with other systems than VMS.</description>
      <pubDate>Wed, 03 Nov 2010 09:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707973#M60028</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-11-03T09:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: sftp2 on upgraded alpha ds20</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707974#M60029</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;If You have a newer version available, why not.&lt;BR /&gt;Both have the same SSH version, different VMS versions (different TCPIP stack version ?).&lt;BR /&gt;&lt;BR /&gt;same ssh, different vms different tcpip stack yes correct&lt;BR /&gt;&lt;BR /&gt;i dont currently have a newer version of ssh but i could try and find one</description>
      <pubDate>Wed, 03 Nov 2010 09:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp2-on-upgraded-alpha-ds20/m-p/4707974#M60029</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2010-11-03T09:28:02Z</dc:date>
    </item>
  </channel>
</rss>

