Re: Secure Telnet
- From: jhall@xxxxxxxxxxxxxx
- Date: Wed, 14 Feb 2007 02:33:31 -0000 (GMT)
jhall@xxxxxxxxxxxxxx wrote:
I am working with one of my vendors and they are asking for a secure
telnet program on my FreeBSD box.
fbsd06@xxxxxxxxxxxxxxxxxxx wrote:
> What's wrong with ssh?
Indeed. Perhaps you can tell us what client the vendor is using; it
seems likely that most programs that do "secure telnet" will also talk
to sshd. If they're using Windows (most likely) and don't have a
particular "must use" client, PuTTY is fine, and does SSH and telnet
pretty well.
Can anyone recommend a port for the secure telnet program, or a sourceInterestingly enough, if you take a look at the Makefile in
where I can obtain one?
src/libexec/telnetd/ it seems to indicate that FreeBSD's telnetd is
compiled with SSL support; you might attempt telnet from within the BSD
box and see if it works, as telnet(1) seems to indicate that data is
encrypted by default. Grab packets and see if you can read things like
passphrases ;-) [1]
I was able to make rlogin work (from my laptop), but I was not able to
use
rlogion from the FreeBSD box since I need to connect to a non-standard
port (2002).
Interesting choice of numbers; ssh is port 22. Are you sure they're not
open to using ssh?
As an alternative, is it possible to make the rlogin clientI wouldn't think of rlogin as an alternative, and, no, the manpage
connect to a non-standard port?
doesn't seem to indicate this. Also, unless this system isn't publicly
available (and the need for "secure telnet" from a "vendor" seems to
indicate that this isn't the case), you shouldn't allow rlogin; once
again, ssh can do anything rlogin/rsh can, and do it with encryption.
Kevin Kinsey
DaleCo, S.P. (Jasper, MO!!! Hi!)
[1] Keep in mind that there **must** be a reason why SSH is preferred
over telnet, even if telnet supports SSL/Kerberos/TLS/Whatever, and
encourage the use of ssh from your vendor if possible.
--
Progress is impossible without change, and those who
cannot change their minds cannot change anything.
-- George Bernard Shaw
Thanks. I'll see if there is the "preferred method", and ssh is an
alternative.
Jay
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- References:
- Secure Telnet
- From: jhall
- Re: Secure Telnet
- From: Kevin Kinsey
- Secure Telnet
- Prev by Date: Re: Dual boot problems
- Next by Date: Re: Dual boot problems
- Previous by thread: Re: Secure Telnet
- Next by thread: Re: Secure Telnet
- Index(es):
Relevant Pages
|