Changes between Version 57 and Version 58 of malibu/gw3089gblade


Ignore:
Timestamp:
09/12/2023 11:24:00 PM (8 months ago)
Author:
Ron Eisworth
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • malibu/gw3089gblade

    v57 v58  
    3838
    39394. SSH Enabling
    40 The default Ubuntu BSP has SSH disabled. If access over the management port is desired the user must enable SSH using the serial console. See instructions here for enabling SSH: [wiki:malibu#SSHServer Enable SSH]. Note that the default Ubuntu BSP
     40The default Ubuntu BSP has SSH disabled. If access over the management port is desired the user must enable SSH using the serial console. See instructions below. 
     41
     42The {{{openssh-server}}} package provides an ssh daemon suitable for secure shell (ssh) and secure copy (scp):
     43{{{
     44#!bash
     45apt-get install openssh-server
     46}}}
     47
     48To enable root ssh capability, which is disabled by default, do the following:
     49
     50 Edit /etc/ssh/sshd_config, and comment out the following line:
     51{{{
     52#!bash
     53PermitRootLogin without-password
     54}}}
     55 Just below it, add the following line:
     56{{{
     57#!bash
     58PermitRootLogin yes
     59}}}
     60 Then reload SSH config:
     61{{{
     62#!bash
     63service ssh reload
     64}}}
     65
    4166
    42675. Connecting Ethernet