Thanks,
Robbie Wilson
#telnet .....
in your /etc/inetd.conf
Remove the hash mark from the beginning of the line, and then HUP inetd
so that it will read the changes
kill -HUP `cat /var/run/inetd.pid`
---
Reverend Chris Cappuccio
http://www.dqc.org/~chris/
Just like you would enable/disable it in every other unix -- in
/etc/inetd.conf
By default, services like telnet and ftp are provided through InetD. So, to
enable/disable telnet go to /etc/inetd.conf and remove the comment, and then
"kill -HUP #" where # is the PID for inetd that you obtain from "ps -ax".
Then, to verify that you are listening to that port (23), use "netstat -an"
or "netstat -a" to make sure it worked.
I suggest you use SSH instead of telnet unless you are really obligated to
use telnet for some other reasons. There are free Windoze SSH clients
also... SSH and SSHD(The SSH daemon) are loaded automatically with OpenBSD.
Read the docs at http://www.openssh.com
Have fun,
Patrick Ethier
pat...@secureops.com
-----Original Message-----
Sent: Wednesday, May 03, 2000 3:48 PM
Subject: Enabling Telnet
I'm new at openbsd, so please excuse my ignorance, but how to you enable
telnetd on Openbsd. This is a fresh 2.6 install. I can't even find
telnetd, though the man page is there.
Thanks,
Robbie Wilson
As telnet is not secure, it is not enabled.
Try ssh instead.
--
Greetings,
Jan-Uwe
-------------------------------------------------
PGP-Public-Key on Request.
Patrick Ethier wrote:
> Hi Robbie,
>
> By default, services like telnet and ftp are provided through InetD. So, to
> enable/disable telnet go to /etc/inetd.conf and remove the comment, and then
> "kill -HUP #" where # is the PID for inetd that you obtain from "ps -ax".
>
> Then, to verify that you are listening to that port (23), use "netstat -an"
> or "netstat -a" to make sure it worked.
>
> I suggest you use SSH instead of telnet unless you are really obligated to
> use telnet for some other reasons. There are free Windoze SSH clients
> also... SSH and SSHD(The SSH daemon) are loaded automatically with OpenBSD.
>
> Read the docs at http://www.openssh.com
>
> Have fun,
>
> Patrick Ethier
> pat...@secureops.com
>
> -----Original Message-----
> From: Robbie Wilson [mailto:rwi...@oasisonline.com]
> Sent: Wednesday, May 03, 2000 3:48 PM
> To: mi...@openbsd.org
> Subject: Enabling Telnet
>
> I'm new at openbsd, so please excuse my ignorance, but how to you enable
> telnetd on Openbsd. This is a fresh 2.6 install. I can't even find
> telnetd, though the man page is there.
>
> Thanks,
>
> Robbie Wilson
--
Limerick:
There was a young lady from Drew
Who ended her verse at line two.
Wizard
| Doesn't OBSD telnet use SSL? Debian has an SSL version of both the daemon and
| client among it's "non-us" packages (unfortunately, the Windows client won't
| work with anymore).
This is the whole point of including ssh in the distribution!
> I suggest you use SSH instead of telnet unless you are really obligated to
> use telnet for some other reasons. There are free Windoze SSH clients
> also... SSH and SSHD(The SSH daemon) are loaded automatically with OpenBSD.
> Read the docs at http://www.openssh.com
>
Hi Patrick, do you know of any good win32 ftp client supporting
ssh or other secure mode? I tried to use putty/ssh dong ftp but
can't figure out how. Can I, for instance, use ssh with cuteFTP
to protect transfer? Please shed some light on this. Thanks.
Peter
SecureFX from http://www.vandyke.com/
works fine with OpenSSH using SSH protocol 2
(you need a current OpenBSD snapshot for this).
Several documents were writen on ftp through, but this was mainly for the
unices running with ssh. I lost the docs. So I cant help you here :(
my 0.02 euro,
Greetings,
Sacha Ligthert
--
Powered by: BlackBooster. Not an OS, but a nice drink that keeps me
running.
I know there's an option to tunnel whatever protocol over SSH. I've
personally never tried this but apparently it works quite well. There's a
howto on the linux.com page that explains how to create a VPN using SSH. The
same technique applies to tunneling FTP. You could start there.
The other option is to use SCP. I use it all the time when I'm on the
console, but to transfer between a windows box and OBSD using SCP the only
SSH client that does this that I know if is F-Secures's SSH client. You can
download a demo at http://www.datafellows.com
It's a little more expensive that using FTP over SSH but a lot less trouble
to set up.
Regards,
________________
Patrick Ethier
Product Development
SecureOps Inc.
pat...@secureops.com
(514) 982-0678 x 106
(514) 982-0362 - fax
-----Original Message-----
Sent: Sunday, May 07, 2000 1:35 PM
Subject: secure ftp win32 client?
On Wed, 3 May 2000 16:05:32 -0400
"Patrick Ethier" <drb...@darkelves.com> wrote:
> I suggest you use SSH instead of telnet unless you are really obligated to
> use telnet for some other reasons. There are free Windoze SSH clients
> also... SSH and SSHD(The SSH daemon) are loaded automatically with
OpenBSD.
> Read the docs at http://www.openssh.com
>
Hi Patrick, do you know of any good win32 ftp client supporting
ssh or other secure mode? I tried to use putty/ssh dong ftp but
can't figure out how. Can I, for instance, use ssh with cuteFTP
to protect transfer? Please shed some light on this. Thanks.
Peter
see www.openssh.com/windows.html for a free scp
Quoting dreamwvr <drea...@dreamwvr.com>:
"You don't know what you don't know until you know that
you don't know it." -- Me