Re: can't ssh into box anymore

2001-01-29 Thread Torbjorn Pettersson
Torbjorn Pettersson <[EMAIL PROTECTED]> writes: > It seems like there just was an update of the ssh package from > the sequrity team, which supposedly fixes the problem. > It didn't... It was linked to some version of libcrypto which wasn't on my machine Regards Tobbe

Re: can't ssh into box anymore

2001-01-28 Thread Torbjorn Pettersson
It seems like there just was an update of the ssh package from the sequrity team, which supposedly fixes the problem. Regards -- ## Torbjörn Pettersson # Email [EMAIL PROTECTED] Vattugatan 5

Re: can't ssh into box anymore

2001-01-20 Thread Jonathan D. Proulx
Hi, little more info, I did manage to break something :) my sparc boxes are clustered, so after doing the upgrade on the master node (my last email) I did: # for i in `members`;do ssh -f $i apt-get -qq -v upgrade;done Three out of the eight remaining boxes choked (on glibc I think, though might

Re: can't ssh into box anymore

2001-01-20 Thread Jonathan D. Proulx
Hi, Now that I've secured my machines... Sparcstation20 (sun4m Ross HyperSparc processor) Setting up ssh (1.2.3-9.1) ... Installing new version of config file /etc/ssh/sshd_config ... Starting OpenBSD Secure Shell server: sshd. The upgraded server is accepting both password and RSA authenticati

Re: can't ssh into box anymore

2001-01-20 Thread Jonathan D. Proulx
On Sat, Jan 20, 2001 at 11:41:33PM +0100, Torbjorn Pettersson wrote: : : When apt upgraded ssh from 1.2.3-8.0.1 to 1.2.3-9.1 for me it :worked on the x86 boxen, but on all my sparcs, sun4m and sun4u, :some using pam, and some don't, I got the same problem, that is :I can't log in any more, and the

Re: can't ssh into box anymore

2001-01-20 Thread Torbjorn Pettersson
"Jonathan D. Proulx" <[EMAIL PROTECTED]> writes: > On Fri, Jan 19, 2001 at 03:54:36PM +0100, Torbjorn Pettersson wrote: > > : Are the server a sparc? It seems that the ssh package from the > :security team is broken on sparc, at least it doesn't work for me... > > I have ssh on 9 sparc 4m machin

Re: can't ssh into box anymore

2001-01-19 Thread user list
What was the exact message you received? Art Edwards On Thu, Jan 18, 2001 at 12:42:49PM -0500, John F. Davis wrote: > Hello > > I did a apt-get upgrade which restarted ssh and now I can't ssh into > my box anymore. I keep getting a invalid password response. > > I can however login to the box v

Re: can't ssh into box anymore

2001-01-19 Thread Jonathan D. Proulx
On Fri, Jan 19, 2001 at 03:54:36PM +0100, Torbjorn Pettersson wrote: : Are the server a sparc? It seems that the ssh package from the :security team is broken on sparc, at least it doesn't work for me... I have ssh on 9 sparc 4m machines working fine, can you be more specific about the problem?

Re: can't ssh into box anymore

2001-01-19 Thread Jonathan D. Proulx
Hi, don't have much light to shed on this but here's a few walls to bang your head on: /etc/hosts.{allow, deny} /etc/ssh/sshd_config #especially AllowUsers if that's there only specified users can connect, and "PasswordAuthentication yes" for obvious r

Re: can't ssh into box anymore

2001-01-19 Thread Torbjorn Pettersson
"John F. Davis" <[EMAIL PROTECTED]> writes: > Hello > > I did a apt-get upgrade which restarted ssh and now I can't ssh into > my box anymore. I keep getting a invalid password response. > > I can however login to the box via the console with the same > password. > > What gives? > -- > We hos

Re: can't ssh into box anymore

2001-01-19 Thread John F. Davis
On Thu, Jan 18, 2001 at 03:34:27PM -0500, David B. Harris wrote: > To quote "John F. Davis" <[EMAIL PROTECTED]>, > # Hello > # > # I tried to connect to the box from a machine which I have never > # used as a client before. It failed also. > > Please be more specific with your problem. What vers

Re: can't ssh into box anymore

2001-01-19 Thread John F. Davis
On Thu, Jan 18, 2001 at 08:21:56PM +0100, Norman Schmidt wrote: > Hi! > > Did you try to login as root? Nope. > > This is forbidden by default. You should not change this, but make sure > you can su to root after logging in as known user. Correct. I was logged in as a normal user. > > Check

Re: can't ssh into box anymore

2001-01-18 Thread David B . Harris
To quote "John F. Davis" <[EMAIL PROTECTED]>, # Hello # # I tried to connect to the box from a machine which I have never # used as a client before. It failed also. Please be more specific with your problem. What versions of SSH are on each machine? What operating systems are on each machine? In

Re: can't ssh into box anymore

2001-01-18 Thread Norman Schmidt
Hi! Did you try to login as root? This is forbidden by default. You should not change this, but make sure you can su to root after logging in as known user. Check your /etc/hosts.allow and /etc/hosts.deny files if there is any restriction for the client you want to log in from. "John F. Davis"

Re: can't ssh into box anymore

2001-01-18 Thread John F. Davis
Hello I tried to connect to the box from a machine which I have never used as a client before. It failed also. John On Thu, Jan 18, 2001 at 12:05:59PM -0800, Robert L. Yelvington wrote: > what is the specific message you are getting when you ssh in? > > when you restarted sshd it probably gene

Re: can't ssh into box anymore

2001-01-18 Thread Robert L. Yelvington
what is the specific message you are getting when you ssh in? when you restarted sshd it probably generated a new host key, right? my guess is that you need to delete the old host key in your ~/.ssh/known_hosts file...perhaps...just a guess. robt "John F. Davis" wrote: > > Hello > > I did a