> 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, 
> scripts, etc.
> 
> Example:
> Use ssh to untar a file on one machine onto another:
> 
> ssh <target host> dd if=somefile.tar | tar xvf -
> 
> SSH is cool.

I agree that SSH can do more than Telnet, the reason I only specified this
was because I didn't want to confuse him ;)

Michael 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to