<?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: PUTTY and HPUX11 and WinCvs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234052#M749017</link>
    <description>Hi Rudolf,&lt;BR /&gt;&lt;BR /&gt;Check your version of Putty.&lt;BR /&gt;Versions 0.52 &amp;amp; prior are known to have trouble with this.&lt;BR /&gt;I use ver 0.53b &amp;amp; have no trouble.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
    <pubDate>Tue, 30 Mar 2004 12:13:50 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2004-03-30T12:13:50Z</dc:date>
    <item>
      <title>PUTTY and HPUX11 and WinCvs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234051#M749016</link>
      <description>To putty- and hpux experts!&lt;BR /&gt;&lt;BR /&gt;I have a server running hpux 11.0 and desperate try to use Putty from WinXP in order handle WinCvs. &lt;BR /&gt;&lt;BR /&gt;I've generated private/public key pair and pasted the public key to the hpux server into the file: ~/.ssh2/authorized_keys. In the same directory I have the file authorization containing only one line: Key $HOME/.ssh2/authorized_keys. I've also uncommented the line "AuthorizationFile               authorization" in /etc/ssh2/sshd2_config (see below) and restarted the sshd2 daemon by typing: kill -HUP `cat /var/run/sshd2_22.pid` &lt;BR /&gt;&lt;BR /&gt;Then I started Pageant, added the private key, configured a session profile and started this session. Result: The server is connected but I'm still asked to type my passwd which is not what I want to when working with WinCvs. So what went wrong? What did I wrong? &lt;BR /&gt;&lt;BR /&gt;Thanks for your help!&lt;BR /&gt;Rudi&lt;BR /&gt;&lt;BR /&gt;PS:&lt;BR /&gt;In editing the file /etc/ssh2/sshd2_config I woundered that almost everything is commented (see attachment). Might that be the source of my problem. I would be very happy if anyone could help me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*****************  START  *****************&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;## (leave above lines intact!)&lt;BR /&gt;## sshd2_config&lt;BR /&gt;## SSH 3.2 Server Configuration File&lt;BR /&gt;##&lt;BR /&gt;&lt;BR /&gt;## General&lt;BR /&gt;&lt;BR /&gt;# HostKeyFile   hostkey&lt;BR /&gt;# PublicHostKeyFile  hostkey.pub&lt;BR /&gt;# RandomSeedFile   random_seed&lt;BR /&gt;# BannerMessageFile  /etc/ssh2/ssh_banner_message&lt;BR /&gt;# BannerMessageFile  /etc/issue.net&lt;BR /&gt;#&lt;BR /&gt;# VerboseMode   no&lt;BR /&gt;# QuietMode   no&lt;BR /&gt;# SyslogFacility   AUTH&lt;BR /&gt;# SyslogFacility   LOCAL7&lt;BR /&gt;# SftpSyslogFacility  LOCAL7&lt;BR /&gt;&lt;BR /&gt;## Network&lt;BR /&gt;&lt;BR /&gt;# Port is not commented out, as it is needed by the example startup&lt;BR /&gt;# scripts. Well, the default won't likely change.&lt;BR /&gt; Port     22&lt;BR /&gt;# ListenAddress   any&lt;BR /&gt;# ResolveClientHostName  yes&lt;BR /&gt;# RequireReverseMapping  no&lt;BR /&gt;# MaxBroadcastsPerSecond  0&lt;BR /&gt;# MaxBroadcastsPerSecond  1  &lt;BR /&gt;# NoDelay    no&lt;BR /&gt;# KeepAlive   yes&lt;BR /&gt;# MaxConnections   50&lt;BR /&gt;# MaxConnections   0 &lt;BR /&gt;# 0 == number of connections not limited &lt;BR /&gt;&lt;BR /&gt;## Crypto&lt;BR /&gt;&lt;BR /&gt;# Ciphers    AnyCipher&lt;BR /&gt;# Ciphers    AnyStdCipher&lt;BR /&gt;# Ciphers    3des&lt;BR /&gt;# Following includes "none" 'cipher': &lt;BR /&gt;# Ciphers    AnyStd&lt;BR /&gt;#&lt;BR /&gt;# MACs    AnyMAC&lt;BR /&gt;# MACs    AnyStdMAC&lt;BR /&gt;# Following includes "none" 'mac':&lt;BR /&gt;# MACs    AnyStd&lt;BR /&gt;#&lt;BR /&gt;# RekeyIntervalSeconds  3600&lt;BR /&gt;&lt;BR /&gt;## User&lt;BR /&gt;&lt;BR /&gt;# PrintMotd   yes&lt;BR /&gt;# CheckMail   yes&lt;BR /&gt;# StrictModes   yes&lt;BR /&gt;# Specifies 1 hour (you can also use 'w' for week, 'd' for day, 'm' for&lt;BR /&gt;#                   minute, 's' for seconds)&lt;BR /&gt;# IdleTimeOut   1h&lt;BR /&gt;# without specifier, the default number is in seconds&lt;BR /&gt;# IdleTimeOut   3600&lt;BR /&gt;#&lt;BR /&gt;# UserConfigDirectory  "%D/.ssh2"&lt;BR /&gt;# UserConfigDirectory  "/etc/ssh2/auth/%U"&lt;BR /&gt; AuthorizationFile  authorization&lt;BR /&gt;# This variable is set here, because by default it's empty, and so no&lt;BR /&gt;# variables can be set. Because of that, we set a few common ones here.&lt;BR /&gt; SettableEnvironmentVars  LANG,LC_(ALL|COLLATE|CTYPE|MONETARY|NUMERIC|TIME),PATH,TERM,TZ&lt;BR /&gt; &lt;BR /&gt;## Tunneling&lt;BR /&gt;&lt;BR /&gt;# AllowX11Forwarding  yes&lt;BR /&gt;# AllowTcpForwarding  yes&lt;BR /&gt;# AllowTcpForwardingForUsers sjl, cowboyneal@slashdot\.org&lt;BR /&gt;# DenyTcpForwardingForUsers 2[[:digit:]]*4,peelo&lt;BR /&gt;# AllowTcpForwardingForGroups privileged_tcp_forwarders&lt;BR /&gt;# DenyTcpForwardingForGroups coming_from_outside&lt;BR /&gt;#&lt;BR /&gt;# Local port forwardings to host 10.1.0.25 ports 143 and 25 are &lt;BR /&gt;# allowed for all users in group users.&lt;BR /&gt;# Note that forwardings using the name of this host will be allowed (if&lt;BR /&gt;# it can be resolved from the DNS). &lt;BR /&gt;#&lt;BR /&gt;#      ForwardACL allow local .*%users \i10\.1\.0\.25%(143|25)&lt;BR /&gt;#&lt;BR /&gt;# Local port forwardings requested exactly to host proxy.company.com&lt;BR /&gt;# port 8080 are allowed for users that have 's' as first character&lt;BR /&gt;# and belong to the group with group id 10:&lt;BR /&gt;#&lt;BR /&gt;#      ForwardACL allow local s.*%10 proxy\.company\.com%8080&lt;BR /&gt;#&lt;BR /&gt;# Remote port forwarding is denied for all users to all hosts:&lt;BR /&gt;#      ForwardACL deny remote .* .*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## Authentication&lt;BR /&gt;## publickey and password allowed by default&lt;BR /&gt;&lt;BR /&gt;# AllowedAuthentications  publickey,password&lt;BR /&gt;# AllowedAuthentications  hostbased,publickey,password&lt;BR /&gt;# AllowedAuthentications  hostbased,publickey,keyboard-interactive&lt;BR /&gt;# RequiredAuthentications  publickey,password&lt;BR /&gt;# LoginGraceTime   600&lt;BR /&gt;# AuthInteractiveFailureTimeout 2&lt;BR /&gt;#&lt;BR /&gt;# HostbasedAuthForceClientHostnameDNSMatch no&lt;BR /&gt;# UserKnownHosts   yes&lt;BR /&gt;#&lt;BR /&gt;# AuthPublicKey.MaxSize  0&lt;BR /&gt;# AuthPublicKey.MinSize  0&lt;BR /&gt;# AllowAgentForwarding  yes&lt;BR /&gt;#&lt;BR /&gt;# AuthKbdInt.NumOptional  0&lt;BR /&gt;# AuthKbdInt.Optional  pam,password&lt;BR /&gt;# AuthKbdInt.Required  password &lt;BR /&gt;# AuthKbdInt.Retries  3&lt;BR /&gt;#&lt;BR /&gt;# PermitEmptyPasswords  no&lt;BR /&gt;# PasswordGuesses   3&lt;BR /&gt;&lt;BR /&gt;## Host restrictions&lt;BR /&gt;&lt;BR /&gt;# AllowHosts   localhost, foobar.com, friendly.org&lt;BR /&gt;#&lt;BR /&gt;## Next one matches with, for example, taulu.foobar.com, tuoli.com, but&lt;BR /&gt;## not tuoli1.com. Note that you have to input string "\." when you want it&lt;BR /&gt;## to match only a literal dot. You also have to escape "," when you&lt;BR /&gt;## want to use it in the pattern, because otherwise it is considered a list&lt;BR /&gt;## separator.&lt;BR /&gt;## &lt;BR /&gt;##     AllowHosts  t..l.\..*&lt;BR /&gt;##&lt;BR /&gt;## The following matches any numerical IP-address (yes, it is cumbersome)&lt;BR /&gt;##&lt;BR /&gt;##     AllowHosts  ([[:digit:]]{1\,3}\.){3}[[:digit:]]{1\,3}&lt;BR /&gt;##&lt;BR /&gt;## Same thing is achieved with using the special prefix "\i" in a&lt;BR /&gt;## pattern. This means that the pattern is only used to match&lt;BR /&gt;## IP-addresses.&lt;BR /&gt;##&lt;BR /&gt;## Using the above example:&lt;BR /&gt;##&lt;BR /&gt;##     AllowHosts  \i.*&lt;BR /&gt;##&lt;BR /&gt;## You can probably see the difference between the two.&lt;BR /&gt;##&lt;BR /&gt;## Also, you can use subnet masks, by using prefix "\m"&lt;BR /&gt;##&lt;BR /&gt;##     AllowHosts  \m127.0/8&lt;BR /&gt;## and&lt;BR /&gt;##     AllowHosts  \m127.0.0.0/24&lt;BR /&gt;##&lt;BR /&gt;## would match localhost ("127.0.0.1").&lt;BR /&gt;##&lt;BR /&gt;# DenyHosts   evil\.org, aol\.com&lt;BR /&gt;# AllowSHosts   trusted\.host\.org&lt;BR /&gt;# DenySHosts   not\.quite\.trusted\.org&lt;BR /&gt;# IgnoreRhosts   no&lt;BR /&gt;# IgnoreRootRHosts  no&lt;BR /&gt;# (the above, if not set, is defaulted to the value of IgnoreRHosts)&lt;BR /&gt;&lt;BR /&gt;## User restrictions&lt;BR /&gt;&lt;BR /&gt;# AllowUsers   sj.*,s[[:digit:]]*,s(jl|amza)&lt;BR /&gt;# DenyUsers   skuuppa,warezdude,31373&lt;BR /&gt;# DenyUsers   don@untrusted\.org&lt;BR /&gt;# AllowGroups   staff,users&lt;BR /&gt;# DenyGroups   guest,anonymous&lt;BR /&gt;# PermitRootLogin   yes&lt;BR /&gt;# PermitRootLogin   nopwd&lt;BR /&gt;&lt;BR /&gt;## Chrooted environment&lt;BR /&gt;&lt;BR /&gt;# ChRootUsers   anonymous,ftp,guest&lt;BR /&gt;# ChRootGroups   sftp,guest&lt;BR /&gt;&lt;BR /&gt;## SSH1 compatibility&lt;BR /&gt;&lt;BR /&gt; Ssh1Compatibility  yes&lt;BR /&gt; Sshd1Path   /usr/local/sbin/sshd1&lt;BR /&gt;#&lt;BR /&gt;# This is given as argument to sshd1 with "-f" if sshd2 is invoked&lt;BR /&gt;# with "-f", otherwise the default configuration for sshd1 is used.&lt;BR /&gt;# Sshd1ConfigFile   /etc/sshd_config_alternate&lt;BR /&gt;&lt;BR /&gt;## subsystem definitions&lt;BR /&gt;&lt;BR /&gt;# Subsystems don't have defaults, so this is needed here (uncommented).&lt;BR /&gt; subsystem-sftp                  sftp-server&lt;BR /&gt;# Also internal sftp-server subsystem can be used.&lt;BR /&gt;# subsystem-sftp   internal://sftp-server&lt;BR /&gt;&lt;BR /&gt;## Subconfiguration&lt;BR /&gt;# There are no default subconfiguration files. When specified the last&lt;BR /&gt;# obtained keyword value will prevail. Note that the host specific files&lt;BR /&gt;# are read before the user specific files.&lt;BR /&gt;&lt;BR /&gt;# Following matches (from) any host&lt;BR /&gt;#&lt;BR /&gt;#      HostSpecificConfig .* /etc/ssh2/subconfig/host_ext.example&lt;BR /&gt;#&lt;BR /&gt;# Following matches to subnet mask:&lt;BR /&gt;#&lt;BR /&gt;#      HostSpecificConfig \m192.168.0.0/16 /etc/ssh2/subconfig/host_int.example&lt;BR /&gt;#&lt;BR /&gt;# Following matches to users from ssh.com that have two character long&lt;BR /&gt;# username or is sjl and belong to group wheel or wheel[0-9]&lt;BR /&gt;#&lt;BR /&gt;#      UserSpecificConfig (..|sjl)%wheel[[:digit:]]?@ssh\.com /etc/ssh2/subconfig/user.example&lt;BR /&gt;#&lt;BR /&gt;# Following matches to the user anonymous from any host&lt;BR /&gt;#&lt;BR /&gt;#      UserSpecificConfig anonymous@.* /etc/ssh2/subconfig/anonymous.example&lt;BR /&gt;&lt;BR /&gt;****************  END  **************</description>
      <pubDate>Tue, 30 Mar 2004 12:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234051#M749016</guid>
      <dc:creator>Rudolf_1</dc:creator>
      <dc:date>2004-03-30T12:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: PUTTY and HPUX11 and WinCvs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234052#M749017</link>
      <description>Hi Rudolf,&lt;BR /&gt;&lt;BR /&gt;Check your version of Putty.&lt;BR /&gt;Versions 0.52 &amp;amp; prior are known to have trouble with this.&lt;BR /&gt;I use ver 0.53b &amp;amp; have no trouble.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 30 Mar 2004 12:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234052#M749017</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-03-30T12:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: PUTTY and HPUX11 and WinCvs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234053#M749018</link>
      <description>Dear Jeff,&lt;BR /&gt;&lt;BR /&gt;I'm using putty 0.54&lt;BR /&gt;&lt;BR /&gt;Rudi</description>
      <pubDate>Tue, 30 Mar 2004 12:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234053#M749018</guid>
      <dc:creator>Rudolf_1</dc:creator>
      <dc:date>2004-03-30T12:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: PUTTY and HPUX11 and WinCvs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234054#M749019</link>
      <description>On server side, can you do sshd -ddd and post the results? I think it is failing in exchanging public/private keys and then goes on to do password authentication.&lt;BR /&gt;&lt;BR /&gt;Also does sshd_config file somewhere talks about preferred authentication?&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 30 Mar 2004 12:26:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234054#M749019</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-30T12:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: PUTTY and HPUX11 and WinCvs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234055#M749020</link>
      <description>I'm not sure where you got your instructions. They are a little different than the ones I have used successfully. That doesn't mean yours are wrong.&lt;BR /&gt;&lt;BR /&gt;See the document I'm attaching, it might help you figure out the problem.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 30 Mar 2004 13:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234055#M749020</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-30T13:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: PUTTY and HPUX11 and WinCvs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234056#M749021</link>
      <description>Anil,&lt;BR /&gt;&lt;BR /&gt;here is what I got:&lt;BR /&gt;&lt;BR /&gt;sshd: SSH Secure Shell 3.2.3 (non-commercial version) on hppa2.0w-hp-hpux11.00&lt;BR /&gt;debug[27130]: Host key pair is not specified, trying to use default 'hostkey'.&lt;BR /&gt;debug[27130]: Becoming server.&lt;BR /&gt;debug[27130]: Creating listener&lt;BR /&gt;sshd[27130]: FATAL: Creating listener failed: port 22 probably already in use!&lt;BR /&gt;&lt;BR /&gt;Rudi</description>
      <pubDate>Tue, 30 Mar 2004 13:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234056#M749021</guid>
      <dc:creator>Rudolf_1</dc:creator>
      <dc:date>2004-03-30T13:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: PUTTY and HPUX11 and WinCvs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234057#M749022</link>
      <description>Kill your running sshd. /sbin/init.d/ssh stop.&lt;BR /&gt;&lt;BR /&gt;Start sshd in debug mode.&lt;BR /&gt;&lt;BR /&gt;which sshd?&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/sshd -ddd and try as said earlier and post the reults.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 30 Mar 2004 13:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234057#M749022</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-30T13:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: PUTTY and HPUX11 and WinCvs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234058#M749023</link>
      <description>attached the debug result when I access the server via putty&lt;BR /&gt;&lt;BR /&gt;Rudi&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2004 14:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234058#M749023</guid>
      <dc:creator>Rudolf_1</dc:creator>
      <dc:date>2004-03-30T14:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: PUTTY and HPUX11 and WinCvs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234059#M749024</link>
      <description>Is this the output of sshd -ddd?&lt;BR /&gt;&lt;BR /&gt;Did you start sshd as sshd -ddd? you do this and now try connecting from Windows.&lt;BR /&gt;&lt;BR /&gt;Post results.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 30 Mar 2004 14:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234059#M749024</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-30T14:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: PUTTY and HPUX11 and WinCvs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234060#M749025</link>
      <description>Yes,&lt;BR /&gt;&lt;BR /&gt;First I killd sshd. Sice an sshd was still runnung after entering /sbin/init.d/ssh stop, I killd sshd by using the kill -9 command.&lt;BR /&gt;&lt;BR /&gt;Then I started sshd by typing /usr/local/sbin/sshd -ddd 2&amp;gt;file &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Then on the pc I started pageant, used the personal key and opend an ssh session.  Connecting to the server in this way I was asked for the password (I was not asked for the user name, because this is supplied from the saved putty session). I should not be asked for the password when I'm logging in since I have to enter my password (passphrase) when I tell putty to use my personal key for the ssh session.&lt;BR /&gt;&lt;BR /&gt;Rudi</description>
      <pubDate>Wed, 31 Mar 2004 02:49:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234060#M749025</guid>
      <dc:creator>Rudolf_1</dc:creator>
      <dc:date>2004-03-31T02:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: PUTTY and HPUX11 and WinCvs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234061#M749026</link>
      <description>Foe some reason the process is doing sigchld and cearting problem.&lt;BR /&gt;&lt;BR /&gt;How did you create the keys? Did you use puttygen executable for this?&lt;BR /&gt;&lt;BR /&gt;How did you put public key on HP-UX? Did you do cut paste for this? This could create problems and then ssh will fall back onto password based authentication.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 31 Mar 2004 06:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234061#M749026</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-31T06:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: PUTTY and HPUX11 and WinCvs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234062#M749027</link>
      <description>Hi, &lt;BR /&gt;was the key generated with puttygen ?&lt;BR /&gt;Was the public key translated on HP-UX with ssh-keygen -e -f key &amp;gt; keyfile?&lt;BR /&gt;Franta.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Mar 2004 08:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234062#M749027</guid>
      <dc:creator>Frantisek Merka_1</dc:creator>
      <dc:date>2004-03-31T08:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: PUTTY and HPUX11 and WinCvs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234063#M749028</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;back with putty and HP....&lt;BR /&gt;&lt;BR /&gt;Finally I figured out the source of my problem. Obviously my server does not support SSH2. After I had generated SSH1 private/public keys everything worked well.&lt;BR /&gt;&lt;BR /&gt;I would like to thank all of you who tried to assist to solve the problem. It's goot to realize that there are people willing to help. Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;I've also attached a short document dealing with putty-wincvs.&lt;BR /&gt;&lt;BR /&gt;best wishes&lt;BR /&gt;Rudi&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Apr 2004 10:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/putty-and-hpux11-and-wincvs/m-p/3234063#M749028</guid>
      <dc:creator>Rudolf_1</dc:creator>
      <dc:date>2004-04-02T10:05:25Z</dc:date>
    </item>
  </channel>
</rss>

