Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
restarting inetd
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bruce Saunders  
View profile  
 More options Jun 22 2001, 4:48 am
Newsgroups: lucky.openbsd.misc
From: Bruce Saunders <bma...@usa.net>
Date: Thu, 21 Jun 2001 03:07:00 +0000 (UTC)
Subject: restarting inetd
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
have SSH and it works fine, so I modified inetd.conf to remove telnet.  Now I
don't want to reboot again, so how do I restart inetd so it will read its
.conf again and not service telnet requests without rebooting?  Thanks for any
help.

Bruce


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bruce Saunders  
View profile  
 More options Jun 22 2001, 5:08 am
Newsgroups: lucky.openbsd.misc
From: Bruce Saunders <bma...@usa.net>
Date: Thu, 21 Jun 2001 03:19:52 +0000 (UTC)
Local: Wed, Jun 20 2001 11:19 pm
Subject: Re: restarting inetd
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Derylo  
View profile  
 More options Jun 22 2001, 5:22 am
Newsgroups: lucky.openbsd.misc
From: "Tom Derylo" <t...@wincrash.com>
Date: Thu, 21 Jun 2001 03:28:53 +0000 (UTC)
Local: Wed, Jun 20 2001 11:28 pm
Subject: Re: restarting inetd
Say that you're new to *nix, but what you want to do is to restart the
"inetd"
by doing: "kill -HUP <inetd pid>"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chuck Yerkes  
View profile  
 More options Jun 22 2001, 5:53 am
Newsgroups: lucky.openbsd.misc
From: Chuck Yerkes <ch...@snew.com>
Date: Thu, 21 Jun 2001 04:08:15 +0000 (UTC)
Local: Thurs, Jun 21 2001 12:08 am
Subject: Re: restarting inetd
Obviously:
man inetd

Evi Nemeth and group have written a lovely (yet not cheap)
system admin book called "the system administator handbook"

Take a gander.

See also the FreeBSD Handbook (admining BSD's is mostly the
same, hell, 90% of most Unix systems administer the same.)

Good places to start.

Quoting Bruce Saunders (bma...@usa.net):


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »