Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-16 Thread David Rothenberger
Steven Dennis wrote: > $ ssh -vvv You need the rest of the arguments: ssh -vvv localhost I'm not trying to be snarky here, but "man ssh" and the output you got from the ssh command should have been clues to you about the problem. I recommend reading the man page for ssh or for any command you

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-16 Thread Steven Dennis
$ ssh -vvv usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] [-D [bind_address:]port] [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-16 Thread Steven Dennis
So I am running from the Mintty window commands. I will try the ssh -vvv and looking into the log soon. I have developed another issue that I think is linked to me trying to set up the ssh server. I seem to have created more users on my windows computer, but not in the windows user account area

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-15 Thread David Rothenberger
Steven Dennis wrote: > So I went to > > http://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_cygwin_ssh.htm I don't recommend following third-party instructions about how to make Cygwin work. There's plenty of good experienced people on this list willing to help and third-party i

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread Steven Dennis
So I went to http://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_cygwin_ssh.htm and I am kind of stuck at 5.4.4 where it recommends Backup the c:\cygwin\etc\passwd file and then use any editor to open the file in edit mode. Remove only those entries of the user that you will us

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread Steven Dennis
Forgot to include this Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts. Write failed: Broken pipe On Sun, Sep 14, 2014 at 7:16 PM, David Rothenberger wrote: > On 9/14/2014 6:35 PM, Steven Dennis wrote: >> Ok so

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread Steven Dennis
Thank you so much. I didn't realize that I needed to do this. This is a little over my head so thanks for the help. I did a ssh-host-config and followed the instructions, rebooted the computer and then did a ssh localhost. Here is what I got $ ssh localhost The authenticity of host 'localhost (

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread David Rothenberger
On 9/14/2014 6:35 PM, Steven Dennis wrote: > Ok so I think that the problem is with connecting from my server to my > local computer over ssh. I ssh to my server and then issued a ssh > k...@xxx.xxx.xxx.xxx and got the following error. > > ssh: connect to host XXX.XXX.XXX.XXX port 22: Connection

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread Steven Dennis
Ok so I think that the problem is with connecting from my server to my local computer over ssh. I ssh to my server and then issued a ssh k...@xxx.xxx.xxx.xxx and got the following error. ssh: connect to host XXX.XXX.XXX.XXX port 22: Connection timed out On Sun, Sep 14, 2014 at 4:50 PM, David Rot

Fwd: Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread Steven Dennis
> Thanks. What does ssh: ssh k...@xxx.xxx.xxx.xxx do? > > On Sep 14, 2014 4:50 PM, "David Rothenberger" wrote: >> >> On 9/14/2014 4:24 PM, Steven Dennis wrote: >> > rsync --update --ignore-existing --progress -vure 'ssh -p 29501' >> > /home/username/downloads/1/ /k...@xxx.xxx.xxx.xxx/cygdrive/e/1

Re: Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread David Rothenberger
On 9/14/2014 4:24 PM, Steven Dennis wrote: > rsync --update --ignore-existing --progress -vure 'ssh -p 29501' > /home/username/downloads/1/ /k...@xxx.xxx.xxx.xxx/cygdrive/e/1 > > This usually gives me the following error > > rsync: mkdir "/k...@xxx.xxx.xxx.xxx/cygdrive/e/1" failed: No such file >

Fwd: Need help port forwarding with ssh and cygwin...

2014-09-14 Thread Steven Dennis
Hello, I am having trouble using rsync and ssh from a ubuntu server. Right now I have cynwin64 on my windows 8.1 x64 machine. Right now I have no problems using the rsync command from my local machine to get files from the ubuntu server back to my windows machine, however I would like to have th