<?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: Executing ssh or sftp using openssh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693578#M56053</link>
    <description>hi Darrell,&lt;BR /&gt;&lt;BR /&gt;i tried that but no use, any further suggestion please, otherwise leave it.&lt;BR /&gt;&lt;BR /&gt;thanks &lt;BR /&gt;ravi</description>
    <pubDate>Tue, 02 Apr 2002 14:30:24 GMT</pubDate>
    <dc:creator>V. V. Ravi Kumar_1</dc:creator>
    <dc:date>2002-04-02T14:30:24Z</dc:date>
    <item>
      <title>Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693566#M56041</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have installed openssh (using swinstall) on my hp-ux 11.0 machine. Details as follows&lt;BR /&gt;openssh   2.5.1.p1&lt;BR /&gt;openssl   0.9.6&lt;BR /&gt;zlib      1.1.3&lt;BR /&gt;&lt;BR /&gt;first i installed zlib then openssh after that openssl.&lt;BR /&gt;when i use "swlist -l fileset -a state" it is showing openssh and openssl are configured.&lt;BR /&gt;i have generated keys using ssh-keygen logged in as root and are stored in /opt/openssh2/etc.&lt;BR /&gt;i started sshd daemon successfully.&lt;BR /&gt;&lt;BR /&gt;the same thing i did on the oter machine with same configuration. i have a user with the same name on both machines. i generated keys for that user in his home directory and copied public keys on to other machine authorized_keys file. but still iam unable to do ssh or sftp. is there any thing iam missing or wrongly configured.&lt;BR /&gt;&lt;BR /&gt;on more thing i wish to know is system wide client and server configuration files are enough for all users to do ssh or sftp.&lt;BR /&gt;&lt;BR /&gt;pl help me &lt;BR /&gt;&lt;BR /&gt;rgds &lt;BR /&gt;ravi</description>
      <pubDate>Fri, 29 Mar 2002 12:36:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693566#M56041</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-03-29T12:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693567#M56042</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What errors do uou get.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note.make sure that /usr/local/bin is in your PATH variable so that it knows where to search for the other required SSH binaries. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;             Steve Steel</description>
      <pubDate>Fri, 29 Mar 2002 13:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693567#M56042</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-03-29T13:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693568#M56043</link>
      <description>do you get an error message?  did you create rsa keys too?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Rusty</description>
      <pubDate>Fri, 29 Mar 2002 13:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693568#M56043</guid>
      <dc:creator>Rusty Sapper</dc:creator>
      <dc:date>2002-03-29T13:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693569#M56044</link>
      <description>Hi ravi,&lt;BR /&gt;&lt;BR /&gt;Did you create host key pairs on each system?  They are required.&lt;BR /&gt;&lt;BR /&gt;Use "ssh -v" for more detailed info to help identify your problem.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 29 Mar 2002 13:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693569#M56044</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-03-29T13:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693570#M56045</link>
      <description>What kind of key did you generate? RSA, DSA, those things matter. Also what protocol are you using? 1, 2, sftp only works with protocol 2.  The key in your /opt/openssh2/etc file should say what type of key it is in the name of the file. Also, you need to edit the sshd_config and ssh_config files to get your desired result.  Do a man on sshd to get all the options and see what fits your desires the best.&lt;BR /&gt;&lt;BR /&gt;P.S., the versions of zlib and openssh you are using are versions that need to be upgraded because of recent vulnerability findings.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Fri, 29 Mar 2002 13:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693570#M56045</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-03-29T13:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693571#M56046</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Now the problem is solved to some extent. &lt;BR /&gt;The message iwas getting is as follows.&lt;BR /&gt;&lt;BR /&gt;The authenticity of host 'hprk (96.0.12.5)' can't be established.               &lt;BR /&gt;RSA1 key fingerprint is de:4a:95:7a:9e:a5:16:6b:ad:ae:d8:b1:b8:09:b0:f4.        &lt;BR /&gt;Are you sure you want to continue connecting (yes/no)?&lt;BR /&gt;&lt;BR /&gt;(i was saying no here earlier)&lt;BR /&gt;but, when i say yes it is displaying &lt;BR /&gt;&lt;BR /&gt;Warning: Permanently added 'hprk,96.0.12.5' (RSA1) to the list of known hosts.&lt;BR /&gt;&lt;BR /&gt;Then it is prompting for the password.&lt;BR /&gt;It should not ask password when the identity.pub is copied to the other machine as authorized_keys, but why it is asking?&lt;BR /&gt;&lt;BR /&gt;but from next onwards it is asking directly password.&lt;BR /&gt;I have generated both RSA and DSA keys.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Ravi</description>
      <pubDate>Sat, 30 Mar 2002 06:39:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693571#M56046</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-03-30T06:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693572#M56047</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Try the following to use ssh without a password:&lt;BR /&gt;&lt;BR /&gt;-Start sshd on the remote system &lt;BR /&gt;&lt;BR /&gt;-Generate key pair on local system: &lt;BR /&gt;ssh-keygen -t rsa &lt;BR /&gt;use default file name (id_rsa) &lt;BR /&gt;enter a passphrase &lt;BR /&gt;&lt;BR /&gt;-Copy id_rsa.pub from local system to remote system's $HOME/.ssh/authorized_keys &lt;BR /&gt;&lt;BR /&gt;-Run ssh-agent (no options) on the local system &lt;BR /&gt;&lt;BR /&gt;-Verify SSH_AUTH_SOCK and SSH_AGENT_PID are set in your current shell (env | grep SSH). If not, set them as shown from the ssh-agent output. &lt;BR /&gt;&lt;BR /&gt;-Add a passphrase into the ssh-agent's memory: &lt;BR /&gt;ssh-add id_rsa &lt;BR /&gt;enter the passphrase (the one you created the keys with) when prompted &lt;BR /&gt;&lt;BR /&gt;-ssh to the remote system&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Sat, 30 Mar 2002 15:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693572#M56047</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-03-30T15:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693573#M56048</link>
      <description>Hi Darrel,&lt;BR /&gt;&lt;BR /&gt;i tried whatever u suggested, but still iam unable to login with out password.&lt;BR /&gt;&lt;BR /&gt;iam sending the ssh -v output&lt;BR /&gt;----&lt;BR /&gt;OpenSSH_2.5.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090600f                      &lt;BR /&gt;debug: Reading configuration data /opt/openssh2/etc/ssh_config                  &lt;BR /&gt;debug: ssh_connect: getuid 103 geteuid 0 anon 0                                 &lt;BR /&gt;debug: Connecting to hptst [96.0.0.5] port 22.                                  &lt;BR /&gt;debug: Seeded RNG with 39 bytes from programs                                   &lt;BR /&gt;debug: Seeded RNG with 3 bytes from system calls                                &lt;BR /&gt;debug: Allocated local port 891.                                                &lt;BR /&gt;debug: Connection established.                                                  &lt;BR /&gt;debug: identity file /tc4sys/cord/.ssh/identity type 3                          &lt;BR /&gt;debug: identity file /tc4sys/cord/.ssh/id_dsa type 3                            &lt;BR /&gt;debug: Remote protocol version 1.99, remote software version OpenSSH_2.5.1p1    &lt;BR /&gt;debug: match: OpenSSH_2.5.1p1 pat ^OpenSSH                                      &lt;BR /&gt;debug: Local version string SSH-1.5-OpenSSH_2.5.1p1                             &lt;BR /&gt;debug: Waiting for server public key.                                           &lt;BR /&gt;debug: Received server public key (768 bits) and host key (1024 bits).          &lt;BR /&gt;The authenticity of host 'hptst (96.0.0.5)' can't be established.               &lt;BR /&gt;RSA1 key fingerprint is 91:4c:3e:ca:60:c6:60:63:21:7b:ee:77:9d:ba:10:ee.        &lt;BR /&gt;Are you sure you want to continue connecting (yes/no)?&lt;BR /&gt;&lt;BR /&gt;------&lt;BR /&gt;when i say yes again the same old procedure follows. pl suggest me what to do?&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;Ravi</description>
      <pubDate>Sun, 31 Mar 2002 03:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693573#M56048</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-03-31T03:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693574#M56049</link>
      <description>Make sure your .ssh directory is not writable by others.&lt;BR /&gt;&lt;BR /&gt;Have you tried to use password athenication?&lt;BR /&gt;</description>
      <pubDate>Sun, 31 Mar 2002 04:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693574#M56049</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2002-03-31T04:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693575#M56050</link>
      <description>Hi ravi,&lt;BR /&gt;&lt;BR /&gt;Does your sshd_config say "PubkeyAuthentication yes"?&lt;BR /&gt;&lt;BR /&gt;I've attached a sample sshd_config.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Sun, 31 Mar 2002 23:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693575#M56050</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-03-31T23:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693576#M56051</link>
      <description />
      <pubDate>Mon, 01 Apr 2002 14:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693576#M56051</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-04-01T14:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693577#M56052</link>
      <description>You might try adding:&lt;BR /&gt;PubkeyAuthentication yes&lt;BR /&gt;AuthorizedKeysFile      %h/.ssh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;I'm not sure if you have to stop and restart sshd after changing sshd_config so I would restart it.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Mon, 01 Apr 2002 15:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693577#M56052</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-04-01T15:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693578#M56053</link>
      <description>hi Darrell,&lt;BR /&gt;&lt;BR /&gt;i tried that but no use, any further suggestion please, otherwise leave it.&lt;BR /&gt;&lt;BR /&gt;thanks &lt;BR /&gt;ravi</description>
      <pubDate>Tue, 02 Apr 2002 14:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693578#M56053</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-04-02T14:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693579#M56054</link>
      <description>These are my install notes and config of my sshd_config, I use this config with key authentication.&lt;BR /&gt;&lt;BR /&gt;#       $OpenBSD: sshd_config,v 1.48 2002/02/19 02:50:59 deraadt Exp $&lt;BR /&gt;&lt;BR /&gt;# This is the sshd server system-wide configuration file.  See sshd(8)&lt;BR /&gt;# for more information.&lt;BR /&gt;&lt;BR /&gt;# This sshd was compiled with PATH=/bin:/usr/bin:/opt/openssh2/bin&lt;BR /&gt;&lt;BR /&gt;# The strategy used for options in the default sshd_config shipped with&lt;BR /&gt;# OpenSSH is to specify options with their default value where&lt;BR /&gt;# possible, but leave them commented.  Uncommented options change a&lt;BR /&gt;# default value.&lt;BR /&gt;&lt;BR /&gt;Port 22&lt;BR /&gt;#Protocol 2,1&lt;BR /&gt;#ListenAddress 0.0.0.0&lt;BR /&gt;#ListenAddress ::&lt;BR /&gt;&lt;BR /&gt;# HostKey for protocol version 1&lt;BR /&gt;HostKey /opt/openssh2/etc/ssh_host_key&lt;BR /&gt;# HostKeys for protocol version 2&lt;BR /&gt;#HostKey /etc/openssh2/etc/ssh_host_rsa_key&lt;BR /&gt;#HostKey /etc/openssh2/etc/ssh_host_dsa_key&lt;BR /&gt;&lt;BR /&gt;# Lifetime and size of ephemeral version 1 server key&lt;BR /&gt;KeyRegenerationInterval 3600&lt;BR /&gt;#ServerKeyBits 768&lt;BR /&gt;&lt;BR /&gt;# Logging&lt;BR /&gt;#obsoletes QuietMode and FascistLogging&lt;BR /&gt;SyslogFacility AUTH&lt;BR /&gt;LogLevel INFO&lt;BR /&gt;&lt;BR /&gt;# Authentication:&lt;BR /&gt;&lt;BR /&gt;#LoginGraceTime 600&lt;BR /&gt;PermitRootLogin yes&lt;BR /&gt;#StrictModes yes&lt;BR /&gt;&lt;BR /&gt;RSAAuthentication yes&lt;BR /&gt;PubkeyAuthentication yes&lt;BR /&gt;AuthorizedKeysFile      .ssh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;# rhosts authentication should not be used&lt;BR /&gt;RhostsAuthentication no&lt;BR /&gt;# Don't read the user's ~/.rhosts and ~/.shosts files&lt;BR /&gt;IgnoreRhosts yes&lt;BR /&gt;# For this to work you will also need host keys in /etc/openssh2/etc/ssh_known_h&lt;BR /&gt;osts&lt;BR /&gt;#RhostsRSAAuthentication no&lt;BR /&gt;# similar for protocol version 2&lt;BR /&gt;#HostbasedAuthentication no&lt;BR /&gt;# Change to yes if you don't trust ~/.ssh/known_hosts for&lt;BR /&gt;# RhostsRSAAuthentication and HostbasedAuthentication&lt;BR /&gt;IgnoreUserKnownHosts no&lt;BR /&gt;&lt;BR /&gt;# To disable tunneled clear text passwords, change to no here!&lt;BR /&gt;PasswordAuthentication yes&lt;BR /&gt;PermitEmptyPasswords no&lt;BR /&gt;&lt;BR /&gt;# Change to no to disable s/key passwords&lt;BR /&gt;#ChallengeResponseAuthentication yes&lt;BR /&gt;&lt;BR /&gt;# Kerberos options&lt;BR /&gt;# KerberosAuthentication automatically enabled if keyfile exists&lt;BR /&gt;#KerberosAuthentication yes&lt;BR /&gt;#KerberosOrLocalPasswd yes&lt;BR /&gt;#KerberosTicketCleanup yes&lt;BR /&gt;&lt;BR /&gt;# AFSTokenPassing automatically enabled if k_hasafs() is true&lt;BR /&gt;#AFSTokenPassing yes&lt;BR /&gt;&lt;BR /&gt;# Kerberos TGT Passing only works with the AFS kaserver&lt;BR /&gt;#KerberosTgtPassing no&lt;BR /&gt;&lt;BR /&gt;# Set this to 'yes' to enable PAM keyboard-interactive authentication&lt;BR /&gt;# Warning: enabling this may bypass the setting of 'PasswordAuthentication'&lt;BR /&gt;#PAMAuthenticationViaKbdInt yes&lt;BR /&gt;&lt;BR /&gt;X11Forwarding yes&lt;BR /&gt;X11DisplayOffset 10&lt;BR /&gt;X11UseLocalhost yes&lt;BR /&gt;PrintMotd yes&lt;BR /&gt;PrintLastLog yes&lt;BR /&gt;#KeepAlive yes&lt;BR /&gt;#UseLogin no&lt;BR /&gt;&lt;BR /&gt;#MaxStartups 10&lt;BR /&gt;# no default banner path&lt;BR /&gt;#Banner /some/path&lt;BR /&gt;#VerifyReverseMapping no&lt;BR /&gt;&lt;BR /&gt;# override default of no subsystems&lt;BR /&gt;Subsystem       sftp    /opt/openssh2/libexec/sftp-server</description>
      <pubDate>Tue, 02 Apr 2002 14:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693579#M56054</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-04-02T14:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693580#M56055</link>
      <description>HI&lt;BR /&gt;This is how I did it&lt;BR /&gt;On both machines generate keys.&lt;BR /&gt;&lt;BR /&gt;/opt/openssh2/bin/ssh-keygen -b 1024 -t rsa1 -n ""&lt;BR /&gt;/opt/openssh2/bin/ssh-keygen -b 1024 -t sa1 -n ""&lt;BR /&gt;/opt/openssh2/bin/ssh-keygen -b 1024 -t dsa -n ""&lt;BR /&gt;&lt;BR /&gt;Accept the default names. &lt;BR /&gt;Cat all *.pub keys from both machines in to a files authorized_keys.&lt;BR /&gt;All these keys and the authorized_keys file should be in .ssh directory of users home directory.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2002 15:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693580#M56055</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2002-04-02T15:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ssh or sftp using openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693581#M56056</link>
      <description>Methinks the client needs to be told not to use passwordauthentication, ie edit your /etc/ssh/ssh_config and change the PasswordAuthentication no&lt;BR /&gt;&lt;BR /&gt;Robert hangingaround at nerdbar com&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2002 10:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-ssh-or-sftp-using-openssh/m-p/2693581#M56056</guid>
      <dc:creator>Unxi</dc:creator>
      <dc:date>2002-09-27T10:12:08Z</dc:date>
    </item>
  </channel>
</rss>

