Re: ssh hangs

2003-12-03 Thread Ben Anderson
.allow and /etc/hosts.deny, but the don't exist anywhere. Advice? Thanks, Ben From: Christopher Faylor <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: ssh hangs Date: Tue, 2 Dec 2003 13:32:19 -0500 On Tue, Dec 02, 2003 at 06:16:10PM +, Ben Anderson

RE: ssh hangs

2003-12-02 Thread Ben Anderson
Igor, thank you very much for your reply. I dispersed more coments below > >1. Consider deleting your ~/.ssh directory on your ssh client > >computer and running the 'ssh-user-config' script that > >is provided with OpenSSH (in /usr/bin). This should > >allow you to do the minimal amo

RE: ssh hangs

2003-12-02 Thread Ben Anderson
1. Consider deleting your ~/.ssh directory on your ssh client computer and running the 'ssh-user-config' script that is provided with OpenSSH (in /usr/bin). This should allow you to do the minimal amount of configuration. Then copy the public-key file that it creates in your ~/.ssh

ssh hangs

2003-12-01 Thread Ben Anderson
Hi, I just want to do the minimal amount of configuration to get me going with ssh. I know the server works because I've logged in from other linux boxes. I am using connect.exe, which seems to be working ok. This first problem I'm having is that it won't let me use protocol 2: $ ssh -2 -vvv -i

ssh

2003-11-20 Thread Ben Anderson
Hi, connect.exe is working, but ssh is not. I can connect to my server from my local network, but not remotely. This is from my sshd log Nov 20 07:09:55 [sshd] Did not receive identification string from :::xxx.123.110.69 the error I get in cygwin is: ssh_exchange_identification: Connection

RE: ssh ProxyCommand - connect.exe

2003-11-19 Thread Ben Anderson
Well, I feel dumb. One of the assumptions I made was that I was behind a SOCKS 5 proxy. It turns out is HTTP Proxy. So if I enter this command it works: connect.exe -d -H [EMAIL PROTECTED] www.yahoo.com 80 Thanks for the help Jason, Ben From: "DePriest, Jason R." <[EMAIL PROTECTED]> To: <[

RE: ssh ProxyCommand - connect.exe

2003-11-19 Thread Ben Anderson
son I am not sure where you downloaded connect.exe from, but the information I used to troubleshoot this was from this site: http://www.imasy.or.jp/~gotoh/ssh/connect.html > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ben Anderson >

Re: ssh ProxyCommand - connect.exe

2003-11-19 Thread Ben Anderson
sorry to post again, but to avoid confusion, I did have a copy and pasting error. The actual command line should be: $ connect.exe -d -S surf.proxy.com www.yahoo.com 80 From: "Ben Anderson" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: ssh ProxyCommand - connect.exe Date:

ssh ProxyCommand - connect.exe

2003-11-19 Thread Ben Anderson
I followed the installation instructions for connect.c to use for ssh connections, but it's not working. Instead of compiling connect.c I downloaded the precompiled connect.exe. Here's the output: $ connect.exe -d -S the.proxy.com www.yahoo.com 80 DEBUG: (none) DEBUG: relay_method = SOCKS (2)