Re: How to make sshd start automatically at boot-up?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Shawn Dowler
Date:  
To: Main PLUG discussion list
Subject: Re: How to make sshd start automatically at boot-up?
To start sshd at bootup on Arch Linux you would edit /etc/rc.conf and
add sshd to the list of daemons at the bottom of the file.

Shawn Dowler
Information Designer

http://walkingtowel.org



On Fri, Feb 26, 2010 at 09:09,
<> wrote:
> There are essentially 2 ways to accomplish this:
> 1.- The BSD way
> 2.- The System-V way.
>
> If you have a directory
> /etc/init.d
> and/or
> /etc/rcd./init.d
> chances are you have a System-V in front of you (most likely, unless you are
> running some BSD flavor or Slackware)
>
> For a System-V fix all you need is:
> "A symlink pointing to your daemon start-up script in every level you want
> it running"
> The above is a fairly dense statement, but if you:
> ln -s ../init.d/ssh /etc/rc3.d/S16ssh
> (adjust for your path)
> It will fire up SSH on init 3.
> Not complete, but it fixes your immediate problem.
> YMMV...
> ET
>
>
>
> writes:
>
>> Every time I start-up my laptop after it has been powered off,
>> I have to run /etc/init.d/sshd start again.  What do I need
>> to do to make this start automatically every time I power up
>> this laptop?
>>
>>
>>
>> ---------------------------------------------------
>> PLUG-discuss mailing list -
>> To subscribe, unsubscribe, or to change your mail settings:
>> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss