Re: Telnet root login

From: Maxim Sobolev <sobomax_at_FreeBSD.org>
Date: Thu, 26 Mar 2009 18:25:40 -0700
Julian Elischer wrote:
>> Then use ssh and set "PermitRootLogin yes" in /etc/ssh/sshd_config
> 
> this doesn't work if you are usinf a set of machines run from a central 
> machine using nc (netcat) to do scripted i/o through a telnet session on 
> the other machines (for example).
> 
> The advantage of telnet is you can pipe nc straight into it.

Dude, ssh with password-less master key on client and correct 
certificate on server in ~/authorized_keys2 is your friend. You can pipe 
right to ssh in scripts just fine and it's all nice and secure. You can 
also do other interesting things with port forwarding over ssl link.

-Maxim
Received on Fri Mar 27 2009 - 00:26:27 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:45 UTC