<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ssh from HP-UX to windows 2000 server asking for password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036497#M739933</link>
    <description>&amp;gt; debug1: Next authentication method: password&lt;BR /&gt;&lt;BR /&gt;That's where it has tried (and gotten&lt;BR /&gt;rejections for) both your key-pairs.&lt;BR /&gt;&lt;BR /&gt;As Peter Nikitka said, you need the private&lt;BR /&gt;key on the system where you're sitting, and&lt;BR /&gt;the corresponding public key on the system&lt;BR /&gt;to which you're trying to connect.  If the&lt;BR /&gt;mystery is where to put the (public) key&lt;BR /&gt;file(s) on the Windows system, then I should&lt;BR /&gt;be entirely useless from here on out.&lt;BR /&gt;&lt;BR /&gt;Presumably, if it's OpenSSH on the Windows&lt;BR /&gt;side, at least the key file formats should be&lt;BR /&gt;the same (or so I'd hope).</description>
    <pubDate>Tue, 27 Mar 2007 03:29:00 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2007-03-27T03:29:00Z</dc:date>
    <item>
      <title>ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036493#M739929</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;i've tried to configure ssh from HP-UX 11.11 to connect to windows 2000 server with passwordless but unsuccessful.&lt;BR /&gt;in windows 2000 i have a free openssh installed.&lt;BR /&gt;i did run this command from windows&lt;BR /&gt;keygen -t rsa&lt;BR /&gt;and append this id_rsa.pub to the file authorized_keys on HP-UX server,&lt;BR /&gt;but it was always asking for the password and would let me connected to windows 2000 sewrver with a password.&lt;BR /&gt;&lt;BR /&gt;Please advice as how i can solve this problem.&lt;BR /&gt;if this can not be done. how can i add the password using script when it prompts for a password.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Mar 2007 01:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036493#M739929</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2007-03-27T01:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036494#M739930</link>
      <description>Have you installed the required key file(s)&lt;BR /&gt;on the Windows system?&lt;BR /&gt;&lt;BR /&gt;Output from "ssh -v [...]" might be helpful.</description>
      <pubDate>Tue, 27 Mar 2007 02:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036494#M739930</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-03-27T02:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036495#M739931</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to achive a passwordless connection from HP-UX to your win2000 server you'll have to exchange the keys the other way round:&lt;BR /&gt;append the id_rsa.pub of your HP server into the authorized_keys of your PC!&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Tue, 27 Mar 2007 02:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036495#M739931</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-03-27T02:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036496#M739932</link>
      <description>&lt;BR /&gt;Hi Steven,&lt;BR /&gt;what key file(s) are we talking about here.&lt;BR /&gt;the windows 2000 server has openssh installed as ssh server. &lt;BR /&gt;&lt;BR /&gt;Peter-i did try your method but it still asking for a password. &lt;BR /&gt;from HP-UX :&lt;BR /&gt;$ssh-keygen -t rsa and copied the id_rsa.pub&lt;BR /&gt;to windows 2000 server under .ssh folder and rename it to 'authorized_keys'&lt;BR /&gt;my HP-UX is a client and windows 2000 server is a ssh server.&lt;BR /&gt;--DO I NEED TO  CREATE PRIVATE KEY?&lt;BR /&gt;THANKS IN ADVANCE.&lt;BR /&gt;TOM&lt;BR /&gt;&lt;BR /&gt;HERE IS THE DEBUG FILE&lt;BR /&gt; $ssh -v sundc3&lt;BR /&gt;OpenSSH_3.9, OpenSSL 0.9.7d 17 Mar 2004&lt;BR /&gt;HP-UX Secure Shell-A.03.91.002, HP-UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug1: Connecting to sundc3 [10.10.2.23] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: identity file /home/batchus/.ssh/id_rsa type 1&lt;BR /&gt;debug1: identity file /home/batchus/.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version OpenSSH_3.8.1p1&lt;BR /&gt;debug1: match: OpenSSH_3.8.1p1 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_3.9&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&amp;lt;1024&amp;lt;8192) sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;debug1: Host 'sundc3' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /home/batchus/.ssh/known_hosts:1&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;&lt;BR /&gt;                            ****USAGE WARNING****&lt;BR /&gt;&lt;BR /&gt;This is a private computer system. This computer system, including all&lt;BR /&gt;related equipment, networks, and network devices (specifically including&lt;BR /&gt;Internet access) are provided only for authorized use. This computer system&lt;BR /&gt;may be monitored for all lawful purposes, including to ensure that its use&lt;BR /&gt;is authorized, for management of the system, to facilitate protection against&lt;BR /&gt;unauthorized access, and to verify security procedures, survivability, and&lt;BR /&gt;operational security. Monitoring includes active attacks by authorized entities&lt;BR /&gt;to test or verify the security of this system. During monitoring, information&lt;BR /&gt;may be examined, recorded, copied and used for authorized purposes. All&lt;BR /&gt;information, including personal information, placed or sent over this system&lt;BR /&gt;may be monitored.&lt;BR /&gt;&lt;BR /&gt;Use of this computer system, authorized or unauthorized, constitutes consent&lt;BR /&gt;to monitoring of this system. Unauthorized use may subject you to criminal&lt;BR /&gt;prosecution. Evidence of unauthorized use collected during monitoring may be&lt;BR /&gt;used for administrative, criminal, or other adverse action. Use of this system&lt;BR /&gt;constitutes consent to monitoring for these purposes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Offering public key: /home/batchus/.ssh/id_rsa&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Trying private key: /home/batchus/.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: password&lt;BR /&gt;batchus@sundc3's password:&lt;BR /&gt;Connection closed by 10.10.2.23&lt;BR /&gt;sunuxdev:[batchus]:/home/batchus&lt;BR /&gt;$ssh -v sundc3&lt;BR /&gt;OpenSSH_3.9, OpenSSL 0.9.7d 17 Mar 2004&lt;BR /&gt;HP-UX Secure Shell-A.03.91.002, HP-UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug1: Connecting to sundc3 [10.10.2.23] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: identity file /home/batchus/.ssh/id_rsa type 1&lt;BR /&gt;debug1: identity file /home/batchus/.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version OpenSSH_3.8.1p1&lt;BR /&gt;debug1: match: OpenSSH_3.8.1p1 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_3.9&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&amp;lt;1024&amp;lt;8192) sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;debug1: Host 'sundc3' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /home/batchus/.ssh/known_hosts:1&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;&lt;BR /&gt;                            ****USAGE WARNING****&lt;BR /&gt;&lt;BR /&gt;This is a private computer system. This computer system, including all&lt;BR /&gt;related equipment, networks, and network devices (specifically including&lt;BR /&gt;Internet access) are provided only for authorized use. This computer system&lt;BR /&gt;may be monitored for all lawful purposes, including to ensure that its use&lt;BR /&gt;is authorized, for management of the system, to facilitate protection against&lt;BR /&gt;unauthorized access, and to verify security procedures, survivability, and&lt;BR /&gt;operational security. Monitoring includes active attacks by authorized entities&lt;BR /&gt;to test or verify the security of this system. During monitoring, information&lt;BR /&gt;may be examined, recorded, copied and used for authorized purposes. All&lt;BR /&gt;information, including personal information, placed or sent over this system&lt;BR /&gt;may be monitored.&lt;BR /&gt;&lt;BR /&gt;Use of this computer system, authorized or unauthorized, constitutes consent&lt;BR /&gt;to monitoring of this system. Unauthorized use may subject you to criminal&lt;BR /&gt;prosecution. Evidence of unauthorized use collected during monitoring may be&lt;BR /&gt;used for administrative, criminal, or other adverse action. Use of this system&lt;BR /&gt;constitutes consent to monitoring for these purposes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Offering public key: /home/batchus/.ssh/id_rsa&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Trying private key: /home/batchus/.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: password&lt;BR /&gt;batchus@sundc3's password:&lt;BR /&gt;debug1: Authentication succeeded (password).&lt;BR /&gt;debug1: channel 0: new [client-session]&lt;BR /&gt;debug1: Entering interactive session.&lt;BR /&gt;Last login: Mon Mar 26 13:14:47 2007 from 10.10.4.19&lt;BR /&gt;Microsoft Windows 2000 [Version 5.00.2195]&lt;BR /&gt;(C) Copyright 1985-2000 Microsoft Corp.&lt;BR /&gt;&lt;BR /&gt;C:\Documents and Settings&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Mar 2007 03:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036496#M739932</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2007-03-27T03:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036497#M739933</link>
      <description>&amp;gt; debug1: Next authentication method: password&lt;BR /&gt;&lt;BR /&gt;That's where it has tried (and gotten&lt;BR /&gt;rejections for) both your key-pairs.&lt;BR /&gt;&lt;BR /&gt;As Peter Nikitka said, you need the private&lt;BR /&gt;key on the system where you're sitting, and&lt;BR /&gt;the corresponding public key on the system&lt;BR /&gt;to which you're trying to connect.  If the&lt;BR /&gt;mystery is where to put the (public) key&lt;BR /&gt;file(s) on the Windows system, then I should&lt;BR /&gt;be entirely useless from here on out.&lt;BR /&gt;&lt;BR /&gt;Presumably, if it's OpenSSH on the Windows&lt;BR /&gt;side, at least the key file formats should be&lt;BR /&gt;the same (or so I'd hope).</description>
      <pubDate>Tue, 27 Mar 2007 03:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036497#M739933</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-03-27T03:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036498#M739934</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;You have to do vice versa. You have to generate the keys from hp-ux box and add the public (.pub) key on the windows server, if you want to login from hp-ux to windows.&lt;BR /&gt;&lt;BR /&gt;With your current setup as you mentioned (if everything is ok such as the permissions, etc.) you would be able to ssh from windows to hp-ux.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
      <pubDate>Tue, 27 Mar 2007 03:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036498#M739934</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-03-27T03:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036499#M739935</link>
      <description>Thanks steven &amp;amp; Rasheed&lt;BR /&gt;&lt;BR /&gt;do i need to run from hp-ux both these command&lt;BR /&gt;$ssh-genkey -t rsa&lt;BR /&gt;$ssh-genkey -t dsa&lt;BR /&gt;&lt;BR /&gt;and copy the id_rsa.pub to windows2000 server and rename it to authorized_keys.&lt;BR /&gt;&lt;BR /&gt;i did generate the key from hp-ux as is_rsa.pub&lt;BR /&gt;and copied it to windows and rename it to authorized_keys but still asking for the password.&lt;BR /&gt;Please advice.&lt;BR /&gt;TOm</description>
      <pubDate>Tue, 27 Mar 2007 03:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036499#M739935</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2007-03-27T03:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036500#M739936</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;It is enough to run one command (rsa).&lt;BR /&gt;You have to put the pub key under the .ssh or .ssh2 dir (depending on your ssh version).&lt;BR /&gt;&lt;BR /&gt;chmod 644 authorized_keys&lt;BR /&gt;&lt;BR /&gt;Permissions are also important and ssh is sensitive with it.&lt;BR /&gt;&lt;BR /&gt;Also check your authorization file name on windows side - may be it should be authorized_keys2 or authorization , etc.&lt;BR /&gt;&lt;BR /&gt;Check the sshd_config file whether this and any related items are commented out.&lt;BR /&gt;If so, uncomment and restart the sshd service on windows box.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
      <pubDate>Tue, 27 Mar 2007 05:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036500#M739936</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-03-27T05:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036501#M739937</link>
      <description>Thanks for your help,&lt;BR /&gt;&lt;BR /&gt;it does not matter which way i put in the keys,&lt;BR /&gt;it always ask for the password and this password is windows password.&lt;BR /&gt;Is there a way for me to put the password in a script when do ssh.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tom</description>
      <pubDate>Fri, 30 Mar 2007 12:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036501#M739937</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2007-03-30T12:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036502#M739938</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;where to begin? as mentioned earlier you only need to create one public key private key pair.  the private key is for you and you only. the public key is for every other machine that you want to logon to password-less. During the key creation process you are usually asked to provide a passphrase for the key. if you put a passphrase you will have to enter that passphrase when you want to ssh to other boxes. if you leave it blank you will just be logged in. you should create a passphrase in my opinion. the benefit is that the passphrase will never change, but your winodws password may change depending on how your passowrd security model is setup. &lt;BR /&gt;&lt;BR /&gt;once you have the public key you need to put it in either the .ssh/authorized_key or .ssh/authorized_key2 file. As mentioned above it depends on what is defined in your sshd_config file. Not sure where that is located on the openssh version ported to windows. &lt;BR /&gt;&lt;BR /&gt;lastly, i would suggest logging into your windows server with a password. then find out what directory tou are in. I mean are you dropped under your home directory under c:\documnets and settings, or are you just placed under c:\. that is most likely where you need to create a directory name .ssh and create the authorized keys file. &lt;BR /&gt;&lt;BR /&gt;also on your hp-ux box you should have your private key named id_rsa and located under $HOME/.ssh/. this is the default. but you could use the -i option to the ssh command and put the path to your private key. &lt;BR /&gt;&lt;BR /&gt;Anyway I hope that helps.</description>
      <pubDate>Fri, 30 Mar 2007 13:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036502#M739938</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-03-30T13:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036503#M739939</link>
      <description>The original description of the problem is ssh from windows to HP-UX, so the only step on the HP side is to append the key generated on the windows side to the HP-UX side. First, appending the public key sounds very simple but it is often corrupted by the append steps. The authorized_keys file MUST be 600 permission, owned by the user. Then, each key is exactly one line long. Unfortunately, editing programs like vi attempt to fold long lines, as well as other text display programs. In vi, turn off auto-indent and word-wrap with :set noai wm=0&lt;BR /&gt; &lt;BR /&gt;Then paste the text into the authorized_keys file. The file must have exactly one line for every key. Use wc -l to count the lines. Make sure you are pasting the public key, not the private key. Some keygen code on PCs is very low on docs and explanations.&lt;BR /&gt; &lt;BR /&gt;Then the ssh command from windows will need a user name for the HP-UX side</description>
      <pubDate>Fri, 30 Mar 2007 19:53:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036503#M739939</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-03-30T19:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036504#M739940</link>
      <description>Thanks Bill for the reply,&lt;BR /&gt;&lt;BR /&gt;But my probem is ssh from HP-UX to windows.&lt;BR /&gt;i did generated a public key from HP-UX and pasted into .ssh/authorized_keys in windows&lt;BR /&gt;but still asking for pasword.&lt;BR /&gt;so now my question:&lt;BR /&gt;does anyone know the syntax to put password in a script.&lt;BR /&gt;&lt;BR /&gt;ssh -l tom windows_server &lt;BR /&gt;this line will prompt for a password.&lt;BR /&gt;how can i make it read a password from a file and connect me to windows server.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Mar 2007 21:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036504#M739940</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2007-03-30T21:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036505#M739941</link>
      <description>I don't suppose that you've tried generating&lt;BR /&gt;a set of key files on the Windows system, and&lt;BR /&gt;comparing them with the files you copied over&lt;BR /&gt;from the HP-UX system.  It might be&lt;BR /&gt;educational.&lt;BR /&gt;&lt;BR /&gt;Without being able to see your files, how you&lt;BR /&gt;created them, where you put them, and so on,&lt;BR /&gt;it's difficult to guess what's going wrong.</description>
      <pubDate>Fri, 30 Mar 2007 21:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036505#M739941</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-03-30T21:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036506#M739942</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;It is unfortunate that it still not solved. Can you clarify your setup there. Are you using a pure windows ssh or do you use openssh on cygwin. &lt;BR /&gt;&lt;BR /&gt;We all are using ssh to access win-to-unix and unix-to-win for years. So somewhere something is wrong.&lt;BR /&gt;&lt;BR /&gt;You have to make sure that you put the authorized_keys file in the correct homedir/.ssh of the user on the windows box. Get the .pub key from the hp-ux box and add it on the authroized_keys file on windows.&lt;BR /&gt;&lt;BR /&gt;Normally the authorized_keys file will be c:\Documents and Settings\tom\.ssh or \home\tom\.ssh on windows as per your setup.&lt;BR /&gt;&lt;BR /&gt;How about do the following:&lt;BR /&gt;Do the below on the windows box only&lt;BR /&gt;1. Recreate a new authorized_keys file again (and paste the .pub key from the hp-ux box from the home dir/.ssh of the hp-ux user)&lt;BR /&gt;2. check the permission of the files/dir &lt;BR /&gt;cat authorized_file (tom@hp-uxbox will be the last word of the authorized_keys file on windows box)&lt;BR /&gt;&lt;BR /&gt;Do ssh -v -l tom windowsbox  -- from hp-ux&lt;BR /&gt;&lt;BR /&gt;if does not work,&lt;BR /&gt;Do again on windows box&lt;BR /&gt;1.cat id_rsa.pub &amp;gt;&amp;gt; authorized_keys (we are trying to do the passwordless from win to win to test )&lt;BR /&gt;2. ssh -v -l tom localhost&lt;BR /&gt;3. ssh -v -l tom windowsbox&lt;BR /&gt;&lt;BR /&gt;Please let us know the result.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
      <pubDate>Sat, 31 Mar 2007 03:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036506#M739942</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-03-31T03:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036507#M739943</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Please see the link. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.askdavetaylor.com/automating_ssh_with_a_shell_script.html" target="_blank"&gt;http://www.askdavetaylor.com/automating_ssh_with_a_shell_script.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.&lt;BR /&gt;</description>
      <pubDate>Sat, 31 Mar 2007 03:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036507#M739943</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-03-31T03:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036508#M739944</link>
      <description>Thank you for your helps.&lt;BR /&gt;&lt;BR /&gt;i did try generating public key from windows and copied the public key to authorized_keys under &lt;BR /&gt;c:\documents and settings\tom\.ssh &lt;BR /&gt;then ssh to itself.&lt;BR /&gt;&lt;BR /&gt;c:\ssh -l tom sundc3&lt;BR /&gt;and it connected without a password. &lt;BR /&gt;but when generate the key from UNIX and copied to to authorized_keys on windows.&lt;BR /&gt;and connecting from UNIX to windows. It always asking for a password.&lt;BR /&gt;just to mention that from windows side, when created password and group, I selected local user.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Apr 2007 01:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036508#M739944</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2007-04-03T01:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036509#M739945</link>
      <description>&amp;gt;just to mention that from windows side, when created password and group, I selected local user.&lt;BR /&gt;&lt;BR /&gt;After WinNT's age, I have not administered a single windows box. Are there any local policies on Win box that will prevent this. If so, just disable the policies.&lt;BR /&gt;&lt;BR /&gt;I am just trying to troubleshoot by using different methods:&lt;BR /&gt;&lt;BR /&gt;Verify that ssh from hp-ux to hp-ux box by the same method you tried above on the windows.&lt;BR /&gt;&lt;BR /&gt;On hp-ux box:&lt;BR /&gt;cat id_rsa.pub &amp;gt;&amp;gt; authorized_keys&lt;BR /&gt;(use the id_ras.pub of the same hp box on the same box)&lt;BR /&gt;&lt;BR /&gt;Then &lt;BR /&gt;ssh -v -l tom hp-ux&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
      <pubDate>Tue, 03 Apr 2007 07:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036509#M739945</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-04-03T07:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036510#M739946</link>
      <description>Thanks Rasheed,&lt;BR /&gt;&lt;BR /&gt;i gave up on the Openssh and downloaded the trial version from Sysax and it works well.&lt;BR /&gt;will buy this one it costs only less than hundred dollars but saves me lot of time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Tom</description>
      <pubDate>Wed, 04 Apr 2007 19:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036510#M739946</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2007-04-04T19:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: ssh from HP-UX to windows 2000 server asking for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036511#M739947</link>
      <description>Thank you all for your helps!&lt;BR /&gt;Tom</description>
      <pubDate>Wed, 04 Apr 2007 19:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-from-hp-ux-to-windows-2000-server-asking-for-password/m-p/5036511#M739947</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2007-04-04T19:36:44Z</dc:date>
    </item>
  </channel>
</rss>

