Re: New woody machine, can't ssh to it.

2002-01-25 Thread Daniel Cordeiro
This is my /etc/ssh/sshd_config: # Package generated configuration file # See the sshd(8) manpage for defails # What ports, IPs and protocols we listen for Port 22 # Uncomment the next entry to accept IPv6 traffic. #ListenAddress :: #ListenAddress 0.0.0.0 Protocol 2,1 # HostKeys for protocol vers

Re: New woody machine, can't ssh to it.

2002-01-24 Thread Thomas R. Shemanske
From /usr/share/doc/ssh/README.Debian.gz : SSH now uses protocol 2 by default -- This means all your keyfiles you used for protocol version 1 need to be re-generated. The server keys are done automatically, but for RSA authentication, please read the ssh-keygen ma

Re: New woody machine, can't ssh to it.

2002-01-23 Thread Jason Majors
> look this: > > [EMAIL PROTECTED]:~] # ssh -1 localhost > Permission denied. > > but... > > [EMAIL PROTECTED]:~] # ssh -2 localhost > Password: > > I'm using OpenSSH_3.0.2p1 from woody. > > In Tue, 22 Jan 2002 18:10:38 -0500 > Acheron <[EMAIL PROTECTED]> wrote: > > > First, is the ssh daemo

Re: New woody machine, can't ssh to it.

2002-01-23 Thread Daniel Cordeiro
i have this problem too... look this: [EMAIL PROTECTED]:~] # ssh -1 localhost Permission denied. but... [EMAIL PROTECTED]:~] # ssh -2 localhost Password: I'm using OpenSSH_3.0.2p1 from woody. In Tue, 22 Jan 2002 18:10:38 -0500 Acheron <[EMAIL PROTECTED]> wrote: > First, is the ssh daemon ac

Re: New woody machine, can't ssh to it.

2002-01-22 Thread Acheron
First, is the ssh daemon actually running on the box? (take a look at the process list, and nmap the box to make sure that ssh is bound to port 22). If it is running, are there any access control mechanisms in place? IPChains / IPTables, TCP Wrappers, host control mechanism in the sshd config,

Re: New woody machine, can't ssh to it.

2002-01-22 Thread Noah Meyerhans
On Tue, Jan 22, 2002 at 09:30:07AM -0500, Stan Brown wrote: > I can't seem to get ibound ssh working to a new woody box. Here is what ssh > -v has to say about it: That's the behavior you'll see if there is no ssh server listening on port 22. Are you sure it's installed? I don't know that it is

New woody machine, can't ssh to it.

2002-01-22 Thread Stan Brown
I can't seem to get ibound ssh working to a new woody box. Here is what ssh -v has to say about it: Script started on Tue Jan 22 09:27:45 2002 $ ssh -v teddy OpenSSH_2.9 FreeBSD localisations 20011202, SSH protocols 1.5/2.0, OpenSSL 0x0090601f debug1: Reading configuration data /etc/ssh/ssh_conf