<?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: Open SSH in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889567#M84500</link>
    <description>In order to generate keys:&lt;BR /&gt;ssh-keygen -t dsa or&lt;BR /&gt;ssh-keygen -t rsa&lt;BR /&gt;&lt;BR /&gt;Hope I remembered the command keys right.&lt;BR /&gt;&lt;BR /&gt;Anyway the keys are saved under ~/.ssh directory.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 31 Oct 2006 14:36:09 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2006-10-31T14:36:09Z</dc:date>
    <item>
      <title>Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889563#M84496</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have installed open ssh package in our server and i have started open-ssh's sshd service and i am able to login through ssh.&lt;BR /&gt;&lt;BR /&gt;But i want to know how to enable sftp, what port it is running on, and how to do sftp from windows.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance,&lt;BR /&gt;Hari&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Oct 2006 00:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889563#M84496</guid>
      <dc:creator>hari prasad_4</dc:creator>
      <dc:date>2006-10-31T00:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889564#M84497</link>
      <description>Hi,&lt;BR /&gt;   The complete details about using sftp is given below in this link;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cae.wisc.edu/site/public/?title=linux-sftp" target="_blank"&gt;http://www.cae.wisc.edu/site/public/?title=linux-sftp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, it talks about sending files to windows machine aswell as.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S</description>
      <pubDate>Tue, 31 Oct 2006 01:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889564#M84497</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-10-31T01:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889565#M84498</link>
      <description>Hi&lt;BR /&gt;Once u install ssh you get sftp as well no need to install anything else. Also sftp uses ssh port so no need to make any changes to port as well.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Oct 2006 05:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889565#M84498</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-10-31T05:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889566#M84499</link>
      <description>thanks for replying&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;can anyone tell me how to generate RSA and DSA key generation proceedure and where to keep keep that file.&lt;BR /&gt;&lt;BR /&gt;thanks in advance,&lt;BR /&gt;&lt;BR /&gt;hari&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Oct 2006 07:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889566#M84499</guid>
      <dc:creator>hari prasad_4</dc:creator>
      <dc:date>2006-10-31T07:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889567#M84500</link>
      <description>In order to generate keys:&lt;BR /&gt;ssh-keygen -t dsa or&lt;BR /&gt;ssh-keygen -t rsa&lt;BR /&gt;&lt;BR /&gt;Hope I remembered the command keys right.&lt;BR /&gt;&lt;BR /&gt;Anyway the keys are saved under ~/.ssh directory.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Oct 2006 14:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889567#M84500</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-10-31T14:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889568#M84501</link>
      <description>If you're connecting from Windows to a Linux server running sshd, you'd better create the keys on the Windows client, using whatever method it offers for key generation.&lt;BR /&gt;&lt;BR /&gt;A SSH key consists of two parts, known as "private key" and "public key". When you create a SSH key, both parts are created at the same time.&lt;BR /&gt;&lt;BR /&gt;When you want to use SSH key authentication, you have to copy the public key to the server you're connecting to. The key must be placed in  the .ssh subdirectory of the user account you wish to use on the server, into file named "authorized_keys". &lt;BR /&gt;&lt;BR /&gt;The permissions to the home directory of the user account, the .ssh subdirectory and the authorized_keys file *must* be such that nobody other than the user can change the .ssh directory and/or the authorized_keys file. If the permissions are not strict enough, sshd won't trust the key. &lt;BR /&gt;No error message will be displayed to the user, as the user's identity is still unconfirmed at that point and sshd is designed to minimize the number of clues given to a possible intruder.&lt;BR /&gt;&lt;BR /&gt;An added complication is that the SSH public keys can exist in two different formats: the OpenSSH format is different from the format used by ssh.com commercial SSH product. Luckily, the formats are easy to convert in both directions. &lt;BR /&gt;&lt;BR /&gt;The easiest way to identify the key format is  to check the number of lines: the commercial SSH key is nicely wrapped into multiple lines, each less than 80 characters long. There are also very clear delimiters:&lt;BR /&gt;---- BEGIN SSH2 PUBLIC KEY ----&lt;BR /&gt;&lt;MULTIPLE lines="" of="" key="" data="https://community.hpe.com/"&gt;&lt;BR /&gt;---- END SSH2 PUBLIC KEY ----&lt;BR /&gt;&lt;BR /&gt;The OpenSSH style public key is one *long* line of text.&lt;BR /&gt;&lt;BR /&gt;If your Windows-based SSH client produces the public key in "commercial SSH" format, you can convert it to OpenSSH format on the server using the import option of the ssh-keygen tool:&lt;BR /&gt;&lt;BR /&gt;ssh-keygen -i -f commercial-SSH-key.pub &amp;gt; OpenSSH-key.pub&lt;BR /&gt;&lt;BR /&gt;&lt;/MULTIPLE&gt;</description>
      <pubDate>Wed, 01 Nov 2006 09:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889568#M84501</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-11-01T09:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889569#M84502</link>
      <description>Wow Matti,&lt;BR /&gt;&lt;BR /&gt;All a person ever wanted to know about SSH vs. OpenSSH + a bowl of soup AND a sandwich!&lt;BR /&gt;&lt;BR /&gt;I would give that explanation 20 points if it were in my power to do so.&lt;BR /&gt;&lt;BR /&gt;This one is going into my list of bookmarks.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Nov 2006 10:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889569#M84502</guid>
      <dc:creator>John Collier</dc:creator>
      <dc:date>2006-11-01T10:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889570#M84503</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks Matti for replying.&lt;BR /&gt;&lt;BR /&gt;I have done everything whatever you have told, but when i connect from putty [using rsa/dsa key], i am getting the below error.&lt;BR /&gt;&lt;BR /&gt;Server refused our key&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am running AIX 5.2 os. &lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Hari</description>
      <pubDate>Tue, 07 Nov 2006 06:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889570#M84503</guid>
      <dc:creator>hari prasad_4</dc:creator>
      <dc:date>2006-11-07T06:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889571#M84504</link>
      <description>Check the logs at the server side, if there is any more information, it will be in there. The client will not know why the server refused the key: the server will not tell it to the client, but may tell the reason in a syslog message.&lt;BR /&gt;&lt;BR /&gt;(I don't remember how syslog is usually configured on AIX, it's been too long since I had a chance to do anything on an AIX server).&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Nov 2006 10:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889571#M84504</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-11-07T10:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889572#M84505</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i tried ssh is working from windows and also unix system, &lt;BR /&gt;but still i am not able connect sftp.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;hari</description>
      <pubDate>Wed, 08 Nov 2006 03:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889572#M84505</guid>
      <dc:creator>hari prasad_4</dc:creator>
      <dc:date>2006-11-08T03:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889573#M84506</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To access a sftp server the windows CLI client is PSFTP which is the part of putty tools. In Unix if open ssh is installed sftp client is the part of it. The syntx is give below&lt;BR /&gt;&lt;BR /&gt;sftp hostname/IP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;most of the ftp commands will work on sft too.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Silju</description>
      <pubDate>Fri, 10 Nov 2006 01:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889573#M84506</guid>
      <dc:creator>Silju</dc:creator>
      <dc:date>2006-11-10T01:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889574#M84507</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If i connect through sftp i am getting error as connection refused by server.&lt;BR /&gt;I guess i have problem in starting sftp service.&lt;BR /&gt;regards&lt;BR /&gt;hari</description>
      <pubDate>Fri, 10 Nov 2006 01:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889574#M84507</guid>
      <dc:creator>hari prasad_4</dc:creator>
      <dc:date>2006-11-10T01:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889575#M84508</link>
      <description>See if you can sftp localhost on the AIX system.   If you can't try sftp -v user@host.&lt;BR /&gt;&lt;BR /&gt;This will yield some debug information that might help you determine just where the connection attempt or login is failing.&lt;BR /&gt;&lt;BR /&gt;If you're using putty, then enable logging.&lt;BR /&gt;&lt;BR /&gt;If it works from localhost then you know the server is working as well as it's own client so look to the PC for some configuration error.&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Nov 2006 07:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889575#M84508</guid>
      <dc:creator>Al Licause</dc:creator>
      <dc:date>2006-11-10T07:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Open SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889576#M84509</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;when i executed  the command i am getting this kind of error.&lt;BR /&gt;&lt;BR /&gt;# sftp -v root@localhost&lt;BR /&gt;exec(): 0509-036 Cannot load program sftp because of the following errors:&lt;BR /&gt;        0509-150   Dependent module /usr/local/lib/libcrypto.a(libcrypto.so.0) could not be loaded.&lt;BR /&gt;        0509-152   Member libcrypto.so.0 is not found in archive&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;hari</description>
      <pubDate>Sun, 12 Nov 2006 22:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssh/m-p/3889576#M84509</guid>
      <dc:creator>hari prasad_4</dc:creator>
      <dc:date>2006-11-12T22:04:43Z</dc:date>
    </item>
  </channel>
</rss>

