Arthur Barton <arth
...@documenta.com.au> wrote:
$ ps ax | grep inetd
$ kill -HUP <pid of inetd>
or
$ kill -HUP `cat /var/run/inetd.pid `
At 10:41 20/06/01 -0400, Bruce Saunders wrote:
>I'm new at openBSD sp please forgive my ignorance. I have my openBSD box
set
>up as a firewall with NAT for my home network. I wanted to be able to
>remotely access the OpenBSD system from an internal workstation and didn't
>have SSH so I modified the inetd.conf to allow telnet and rebooted. Now I
<cut>
OpenBSD ships with OpenSSH server and client
OpenSSH server is started by default.
$ man 8 sshd
$ man 1 ssh
Thanks, that did it. I should have said I didn't have an SSH client for my
Linux workstation I guess, or else I'm still missing the point.
Bruce