RE: Telnet Remote Admin Problem

2003-06-25 Thread Michael Kalus
> I wouldn't go so far as to say "ssh is the same as telnet". > > The openssh and openssh-clients packages give you commands > which replace the functionality of a lot of insecure programs > like rsh, rlogin, rcp, ftp, telnet. > > SSH can be used to establish login sessions or run commands, >

RE: Telnet Remote Admin Problem

2003-06-25 Thread Rigler, Steve
s, scripts, etc. Example: Use ssh to untar a file on one machine onto another: ssh dd if=somefile.tar | tar xvf - SSH is cool. -Steve -Original Message- From: Michael Kalus [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 9:48 AM To: '[EMAIL PROTECTED]' Subject: RE: Te

RE: Telnet Remote Admin Problem

2003-06-25 Thread Vince Scimeca
this link should help explain ssh and when/why it should be used over telnet: http://www.freebsddiary.org/ssh.php hope it helps. Vince On Wed, 2003-06-25 at 09:01, David Hart wrote: > On Wed, 2003-06-25 at 08:53, Michael Kalus wrote: > > Did you do a su or a su - ? > > > > Try su - and you sh

RE: Telnet Remote Admin Problem

2003-06-25 Thread Michael Kalus
> > But in all honesty: > > Use SSH. > > ?? Telnet isn't very secure, everything you do is unencrypted. So someone could sniff out your root password for example. SSH is the same as telnet but encrypted. It should be installed by default in your system: man ssh should give you more info. Michae

RE: Telnet Remote Admin Problem

2003-06-25 Thread David Hart
On Wed, 2003-06-25 at 08:53, Michael Kalus wrote: > Did you do a su or a su - ? > > Try su - and you should get the full root enviroment. Thanks > But in all honesty: > Use SSH. ?? > > M. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listin

Re: Telnet Remote Admin Problem

2003-06-25 Thread Devrim GUNDUZ
Hi, On 25 Jun 2003, David Hart wrote: > Is there some way to get our server to be more permissive with telnet? > Logging in and going to SU I am unable to run a number of commands such > as "service." I cannot even reload Postfix. Switch to root with su - , not with su. (BTW, use ssh ;) ) Reg

RE: Telnet Remote Admin Problem

2003-06-25 Thread Michael Kalus
Did you do a su or a su - ? Try su - and you should get the full root enviroment. But in all honesty: Use SSH. M. > -Original Message- > From: David Hart [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 25, 2003 8:51 AM > To: RedHat List > Subject: Telnet Remote Admin Problem > > > I