Re: how to ssh as root

2002-11-28 Thread Unix Tools
Hi, In /etc/ssh/sshd_config PermitRootLogin no To PermitRootLogin yes - Original Message - From: "Unix Tools" <[EMAIL PROTECTED]> To: "Zhihui Zhang" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 10:44 AM Subject: Re:

Re: how to ssh as root

2002-11-27 Thread Zhihui Zhang
On Wed, 27 Nov 2002, Roman Neuhauser wrote: > # [EMAIL PROTECTED] / 2002-11-27 11:58:27 -0500: > > I used to ssh as root to a FreeBSD box and uses the root password. > > don't do it. I only use it for development purpose - it will probably be reinstalled quickly. No important data on it.

Re: how to ssh as root

2002-11-27 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-27 11:58:27 -0500: > I used to ssh as root to a FreeBSD box and uses the root password. don't do it. > Today, I reinstall 4.5-Release and try the same thing: don't use 4.5-RELEASE, there are huge holes in it. > $ ssh -l root mymachine > otp-md5 100 pl6491

Re: how to ssh as root

2002-11-27 Thread Unix Tools
Hi, In /etc/ssh/sshd_config PermitRootLogin no To PermitRootLogin yes - Original Message - From: "Zhihui Zhang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 10:28 PM Subject: how to ssh as root > > I used to ssh as root t

how to ssh as root

2002-11-27 Thread Zhihui Zhang
I used to ssh as root to a FreeBSD box and uses the root password. Today, I reinstall 4.5-Release and try the same thing: $ ssh -l root mymachine otp-md5 100 pl6491 ext S/Key Password: I was expecting something like: $ ssh -l root mymachine root@mymachine's password: I did set PermitRootLogin