Re: root SSH login

2001-05-01 Thread Robert Reyes
thanks! I have no idea that it's that simple, thanks also to Daryl and Anthony. On Wednesday 02 May 2001 13:07, you wrote: > On Wed, 2 May 2001, Robert Reyes wrote: > > Can I disable root login on SSH? if so, how can I do it? > > With openssh, in the /etc/ssh/sshd_config file, modify the PermitR

Re: root SSH login

2001-05-01 Thread Anthony E . Greene
On Wed, 02 May 2001 00:58:12 Robert Reyes wrote: >Can I disable root login on SSH? if so, how can I do it? See the manual page: man sshd Then search the manual page for the string "root" by using a slash and the target string: /root Jump to the next occurance of the target string using th

Re: root SSH login

2001-05-01 Thread Darryl Harvey
Edit your /etc/ssh/sshd_conf file, It should be easy to spot. PermitRootLogin yes change to; PermitRootLogin no Rgds, Darryl At 02:58 PM 2/05/2001, you wrote: >Hi all, > >Can I disable root login on SSH? if so, how can I do it? > >Thanks, >Bobby > > > >

Re: root SSH login

2001-05-01 Thread Thornton Prime
On Wed, 2 May 2001, Robert Reyes wrote: > Can I disable root login on SSH? if so, how can I do it? With openssh, in the /etc/ssh/sshd_config file, modify the PermitRootLogin parameter. The values are yes, no, without-password and forced-commands-only. Yes and no are obvious. without-password

root SSH login

2001-05-01 Thread Robert Reyes
Hi all, Can I disable root login on SSH? if so, how can I do it? Thanks, Bobby ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list