public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  OT: ssh/scp on XP and gentoo
@ 2007-10-18 19:00 James
  2007-10-18 19:32 ` Mick
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: James @ 2007-10-18 19:00 UTC (permalink / raw
  To: gentoo-user

Hello,

I'd like to run ssh/scp on XP and Vista. However there seems to be losts of 
different ideas about how best to do this. [1]. I need to be able to selective
scp various files from a windows system to a gentoo system, so I do not want
to be limited to the cygwin installation tree of files. [2]

I'd be curious what folks on this list recommend, or any other software
for such interoperability between gentoo and XP/vista systems.


[1] http://www.openssh.com/windows.html
[2] http://www.jfitz.com/tips/ssh_for_windows.html#Should_I_use_SSH_or_a_VPN


James




-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  OT: ssh/scp on XP and gentoo
  2007-10-18 19:00 [gentoo-user] OT: ssh/scp on XP and gentoo James
@ 2007-10-18 19:32 ` Mick
  2007-10-18 19:40 ` [gentoo-user] " Guilherme Amadio
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Mick @ 2007-10-18 19:32 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1212 bytes --]

Hi James,

On Thursday 18 October 2007, James wrote:
> Hello,
>
> I'd like to run ssh/scp on XP and Vista. However there seems to be losts of
> different ideas about how best to do this. [1]. I need to be able to
> selective scp various files from a windows system to a gentoo system, so I
> do not want to be limited to the cygwin installation tree of files. [2]
>
> I'd be curious what folks on this list recommend, or any other software
> for such interoperability between gentoo and XP/vista systems.
>
>
> [1] http://www.openssh.com/windows.html
> [2]
> http://www.jfitz.com/tips/ssh_for_windows.html#Should_I_use_SSH_or_a_VPN

openssh is somewhat out of date - best you use CopSSH which installs both an 
sshd and an ssh client.  Alternatively, you have the following options:

PuTTY for a command line ssh client which will also use public key 
authentication, instead of password authentication.

Filezilla, for a ftp/sftp client (at this moment it only uses passwd 
authentication).

WinSCP which can use a PuTTY style private/public key authentication.

You should be able to dig out the relevant links in Google, otherwise give me 
a shout.

HTH.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: OT: ssh/scp on XP and gentoo
  2007-10-18 19:00 [gentoo-user] OT: ssh/scp on XP and gentoo James
  2007-10-18 19:32 ` Mick
@ 2007-10-18 19:40 ` Guilherme Amadio
  2007-10-18 19:49 ` [gentoo-user] " Mike Williams
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Guilherme Amadio @ 2007-10-18 19:40 UTC (permalink / raw
  To: gentoo-user

On Thu, Oct 18, 2007 at 07:00:51PM +0000, James wrote:
> Hello,
> 
> I'd like to run ssh/scp on XP and Vista. However there seems to be losts of 
> different ideas about how best to do this. [1]. I need to be able to selective
> scp various files from a windows system to a gentoo system, so I do not want
> to be limited to the cygwin installation tree of files. [2]
> 
> I'd be curious what folks on this list recommend, or any other software
> for such interoperability between gentoo and XP/vista systems.
> 
> 
> [1] http://www.openssh.com/windows.html
> [2] http://www.jfitz.com/tips/ssh_for_windows.html#Should_I_use_SSH_or_a_VPN

 Hi,

 Have you ever tried WinSCP? I think that if you just need to copy files,
 it is quite nice. For SSH there is PuTTY. I don't know if these are exactly
 what you want though. They are both listed on your [1] reference.

 WinSCP: http://winscp.net/eng/download.php
 PuTTY:  http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

 Hope that helps.

 Cheers,

 Guilherme

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  OT: ssh/scp on XP and gentoo
  2007-10-18 19:00 [gentoo-user] OT: ssh/scp on XP and gentoo James
  2007-10-18 19:32 ` Mick
  2007-10-18 19:40 ` [gentoo-user] " Guilherme Amadio
@ 2007-10-18 19:49 ` Mike Williams
  2007-10-18 20:03 ` Etaoin Shrdlu
  2007-10-19  1:33 ` Dan Farrell
  4 siblings, 0 replies; 7+ messages in thread
From: Mike Williams @ 2007-10-18 19:49 UTC (permalink / raw
  To: gentoo-user

On Thursday 18 October 2007 20:00:51 James wrote:
> I'd like to run ssh/scp on XP and Vista. However there seems to be losts of
> different ideas about how best to do this. [1]. I need to be able to
> selective scp various files from a windows system to a gentoo system, so I
> do not want to be limited to the cygwin installation tree of files. [2]

cygwin doesn't limit you to the cygwin install.
/cygdrive, or something, contains "links" to the windows filesystem.

-- 
Mike Williams
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  OT: ssh/scp on XP and gentoo
  2007-10-18 19:00 [gentoo-user] OT: ssh/scp on XP and gentoo James
                   ` (2 preceding siblings ...)
  2007-10-18 19:49 ` [gentoo-user] " Mike Williams
@ 2007-10-18 20:03 ` Etaoin Shrdlu
  2007-10-19  1:33 ` Dan Farrell
  4 siblings, 0 replies; 7+ messages in thread
From: Etaoin Shrdlu @ 2007-10-18 20:03 UTC (permalink / raw
  To: gentoo-user

On Thursday 18 October 2007, James wrote:
> Hello,
>
> I'd like to run ssh/scp on XP and Vista. However there seems to be
> losts of different ideas about how best to do this. [1]

It seems to me that those mentioned in that page are only different 
implementations of ssh clients and tools, but not different ideas.

> I need to be able to selective scp various files from a windows system
> to a gentoo system, so I do not want to be limited to the cygwin
> installation tree of files. [2]
>
> I'd be curious what folks on this list recommend, or any other
> software for such interoperability between gentoo and XP/vista
> systems.

I can only speak for XP, since so far I've not had many chances to work 
with vista.
In the past I've used winscp, pscp (from putty), and scp (from 
http://sshwindows.sourceforge.net), and I've never had a problem.

About the more general topic of linux/windows interoperability: you can 
of course use samba to share folders and transfer files. Also, depending 
on your needs and security concerns, even simple plain ftp might be 
suitable.
Using a slightly different approach, you can use rdesktop to log into 
windows and have selected linux drives/directories available inside 
windows (see man rdesktop, the "-r" switch). I find this very handy when 
there is no previous setup between the two boxes, and I don't want to 
set up a full fledged ssh or samba only to transfer some files.

Hope this helps.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  OT: ssh/scp on XP and gentoo
  2007-10-18 19:00 [gentoo-user] OT: ssh/scp on XP and gentoo James
                   ` (3 preceding siblings ...)
  2007-10-18 20:03 ` Etaoin Shrdlu
@ 2007-10-19  1:33 ` Dan Farrell
  2007-10-19 13:43   ` [gentoo-user] " James
  4 siblings, 1 reply; 7+ messages in thread
From: Dan Farrell @ 2007-10-19  1:33 UTC (permalink / raw
  To: gentoo-user

On Thu, 18 Oct 2007 19:00:51 +0000 (UTC)
James <wireless@tampabay.rr.com> wrote:

> I'd be curious what folks on this list recommend, or any other
> software for such interoperability between gentoo and XP/vista
> systems.

I, too, highly recommend PuTTY.  It has lots of nice options, and needs
no installation, but rather will happily run straight from download.
It's tiny and fast, and supports telnet, rsh, and some others, as well
as SSH.  The putty people also put out a SCP client, but I didn't much
like it; working from the command line in windows is just so painful. 

I recommend against FTP becuase I find it too inflexible for my needs.
I find the ability to put a file anywhere on the system, and for any
user, without requiring a complete login session, much better.

Finally, if you wish to use Samba you should be able to do so over
vpn.  I have used Samba-over-VPN with much success, and strongly
recommend openVPN for this task.  It doesn't make file transferring any
different, it just puts all the computers on the same network -- making
it that much easier to run these services securely, since they don't
have to listen on external ports.  

		-- Dan Farrell

PS: I bet there's some windoze-side support for rsync these days too.  
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: OT: ssh/scp on XP and gentoo
  2007-10-19  1:33 ` Dan Farrell
@ 2007-10-19 13:43   ` James
  0 siblings, 0 replies; 7+ messages in thread
From: James @ 2007-10-19 13:43 UTC (permalink / raw
  To: gentoo-user

Dan Farrell <dan <at> spore.ath.cx> writes:


> > I'd be curious what folks on this list recommend, or any other
> > software for such interoperability between gentoo and XP/vista
> > systems.

> I, too, highly recommend PuTTY.  It has lots of nice options, and needs
> no installation, but rather will happily run straight from download.
> It's tiny and fast, and supports telnet, rsh, and some others, as well
> as SSH.  The putty people also put out a SCP client, but I didn't much
> like it; working from the command line in windows is just so painful. 


OK,

Lots of feedback. I'm going to try some things and see what I like.

Thanks! to all that responded with information and suggestions. 

James






-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-10-19 14:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18 19:00 [gentoo-user] OT: ssh/scp on XP and gentoo James
2007-10-18 19:32 ` Mick
2007-10-18 19:40 ` [gentoo-user] " Guilherme Amadio
2007-10-18 19:49 ` [gentoo-user] " Mike Williams
2007-10-18 20:03 ` Etaoin Shrdlu
2007-10-19  1:33 ` Dan Farrell
2007-10-19 13:43   ` [gentoo-user] " James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox