SSH woes

Vince jhary at unsane.co.uk
Fri Feb 2 14:05:00 UTC 2007


Arindam wrote:
> I have a Pentium III 733 Mhz box with 512 MB RAM running FreeBSD 6.1.
> I also have a second box with Fedora Core 2. I tried connecting to my
> FreeBSD box using ssh from my Fedora Core 2 machine.
> 
> # ssh -l root <myFreeBSD box>
> Password:
> Password:
> Password:
> 
> It kept asking me for Password: although everytime I put the correct
> value. I tried out clearing the .ssh* files in my home directories and
> trying to reconnect. None of it worked.
> 
> Where am I going wrong.
> 

By default Freebsd will not allow root login via ssh. best bet is to add
your  non root user to wheel and login as that user, then su to root. If
you really need to login as root you need to edit /etc/ssh/sshd_config
but then again the only reason to allow remote root logins rather than
using su/sudo i can think of is laziness ;)

Vince

> -- Arindam
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"



More information about the freebsd-questions mailing list