Re: ssh tunnel and permission denied

2005-10-13 Thread Leonard Bouchet
accents (my remote system is Mac Os X). It seems to be a referrenced bug with rsync (adding the capability to choose remote system's charset), and I couldn't find a way to fix it... -leonard bouchet -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: ssh tunnel and permission denied

2005-10-13 Thread Leonard Bouchet
is the share is working perfectly (and at a decent speed) on the WinXP remote system. So it seems to be a Win98 only failure, something I can live with. I would still be interested in knowing what's going on, though. Thanks and Regards, -leonard bouchet -- Unsubscribe info: http

Re: ssh tunnel and permission denied

2005-10-13 Thread Leonard Bouchet
On 13 oct. 05, at 00:30, Brian Dessent wrote: Leonard Bouchet wrote: # Step 1: open the ssh tunnel $ ssh -fNL 139:myserver:139 [EMAIL PROTECTED] I'm surprised that this works. Normally if you try this on a windows machine the port forwarding setup will fail because the local SMB service

Re: ssh tunnel and permission denied

2005-10-13 Thread Leonard Bouchet
On 13 oct. 05, at 10:38, Leonard Bouchet wrote: I'm simply not sharing anything on the W98 box. Actually, according to netstat, the binding works because it listens to 127.0.0.1:139, while the windows' sharing service listens to my locally assigned ip address, for example 192.168.1.25:139

ssh tunnel and permission denied

2005-10-12 Thread Leonard Bouchet
Hi all, I'm trying to configure smb over ssh with cygwin and have some trouble. I can't access my smb drive through cygwin when I'm mounting it throught the ssh tunnel. Here are the steps I follow: # Step 1: open the ssh tunnel $ ssh -fNL 139:myserver:139 [EMAIL PROTECTED] # Step 2: connect