[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SSH



El día 15 de septiembre de 2016, 19:18,  <luis@ida.cu> escribió:
>> Saludos:
>>
>>> Cuál es la formula para que el servicio SSH cada vez que reinicie el PC
>>> inicie el servicio ???. Pues tengo hasta ahora que iniciarlo
>>> manuealmente
>>>
>>> He probado algunos métodos pero ninguno me ha funcionado.
>>>
>>> Alguna idea ??
>>
>> Puedes probar esto:
>>
>>
>> update-rc.d ssh defaults
>>
>>
>> --
>> Alfonso <alfonso@gnuino.net>
>>
> Hola lo hice y me da esto como resultado
>
> # update-rc.d ssh defaults
> update-rc.d: using dependency based boot sequencing
> update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match
> ssh Default-Stop values (none)
>
> No me ha esultado quiz'as falte algo ??
>
> Pero gracias por la ayuda
>

Mira este enlace a ver si te sirve:


http://askubuntu.com/questions/477827/update-rc-d-command-warning



Por si no tienes acceso te copio lo que dice:


Update-rc.d will try to modify the existing runlevel links. If they
don't exist, it throws an error.

Try the default option to create the links.

update-rc.d -f script defaults


Reply to: