<?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: rsync ssh and MS windows/dos in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-ssh-and-ms-windows-dos/m-p/3072252#M141007</link>
    <description>If you have the right ssh package, it will create a directory with the .ssh name.&lt;BR /&gt;&lt;BR /&gt;I've actually pulled it off with NT 4.0 without even messing with the registry.  Make sure the NT box is fully patched.&lt;BR /&gt;&lt;BR /&gt;BTW, its easier with Windows 2000.  Almost any Pentium box that can run NT 4.0 will run 2000.  Might need a bit more memory.'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;go to &lt;A href="http://www.tucows.com" target="_blank"&gt;http://www.tucows.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;search fore ssh or openssh, find one that works with NT 4.0 and then follow your doc or the one I'm attachign for creating and exchanging public keys.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 16 Sep 2003 13:01:57 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-09-16T13:01:57Z</dc:date>
    <item>
      <title>rsync ssh and MS windows/dos</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-ssh-and-ms-windows-dos/m-p/3072251#M141006</link>
      <description>I am trying to use rsync along with ssh with public key to sync some directories between Unix/Linux servers and MS windows servers.&lt;BR /&gt;I have ssh working on both windows and unix/Linux. I can connect both ways.&lt;BR /&gt;Here where I am having issues.&lt;BR /&gt;When I try to create a public key the Windows box(NT 4.0) will not let me create a directory (.ssh) it does not like directories starting with a dot.&lt;BR /&gt;The other issue is with rsync. When I use rsync with ssh it has problem.&lt;BR /&gt;I run oppensshd as a service on the NT box. And being that rsync was not part of this package.&lt;BR /&gt;I'm thinking I need another source for rsync. The ssh was part of a cygwin package and it works greate other than the problem with the public key. And I need that to run this as a cron job later.&lt;BR /&gt;It might be easer to start over. &lt;BR /&gt;Any one got any ideas?&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 16 Sep 2003 12:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-ssh-and-ms-windows-dos/m-p/3072251#M141006</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2003-09-16T12:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: rsync ssh and MS windows/dos</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-ssh-and-ms-windows-dos/m-p/3072252#M141007</link>
      <description>If you have the right ssh package, it will create a directory with the .ssh name.&lt;BR /&gt;&lt;BR /&gt;I've actually pulled it off with NT 4.0 without even messing with the registry.  Make sure the NT box is fully patched.&lt;BR /&gt;&lt;BR /&gt;BTW, its easier with Windows 2000.  Almost any Pentium box that can run NT 4.0 will run 2000.  Might need a bit more memory.'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;go to &lt;A href="http://www.tucows.com" target="_blank"&gt;http://www.tucows.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;search fore ssh or openssh, find one that works with NT 4.0 and then follow your doc or the one I'm attachign for creating and exchanging public keys.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 16 Sep 2003 13:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-ssh-and-ms-windows-dos/m-p/3072252#M141007</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-16T13:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: rsync ssh and MS windows/dos</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-ssh-and-ms-windows-dos/m-p/3072253#M141008</link>
      <description>Hi, I use rsync for sincroni my linux webserver in mirror and sync with 2000(streaming) with export directory using samba and rsync of linux&lt;BR /&gt;example:&lt;BR /&gt;&lt;A href="http://www.fokus.gmd.de/linux/linuxfocus/common/mirrorguide.html" target="_blank"&gt;http://www.fokus.gmd.de/linux/linuxfocus/common/mirrorguide.html&lt;/A&gt;</description>
      <pubDate>Tue, 16 Sep 2003 13:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-ssh-and-ms-windows-dos/m-p/3072253#M141008</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2003-09-16T13:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: rsync ssh and MS windows/dos</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-ssh-and-ms-windows-dos/m-p/3072254#M141009</link>
      <description>Thanks I thought is would be that easy.&lt;BR /&gt;I must have something messed up.&lt;BR /&gt;The ssh works fime manually both ways from Windows/Unix It is just the Public keey that is giving me fits. and Rsync is working unles I start it from the windows side.&lt;BR /&gt;Could be the wrong sorce for SSH.&lt;BR /&gt;Steve what is the name of the one you are running? I could not find the BTW at tucows&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 17 Sep 2003 13:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-ssh-and-ms-windows-dos/m-p/3072254#M141009</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2003-09-17T13:28:42Z</dc:date>
    </item>
  </channel>
</rss>

