Changes between Version 26 and Version 27 of gettingstarted


Ignore:
Timestamp:
09/17/2024 09:55:50 PM (6 months ago)
Author:
Ron Eisworth
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gettingstarted

    v26 v27  
    9090The 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. 
    9191
    92 The {{{openssh-server}}} package provides an ssh daemon suitable for secure shell (ssh) and secure copy (scp):
     92The {{{openssh-server}}} package provides an ssh daemon suitable for secure shell (ssh) and secure copy (scp), if this is not installed then first install it with apt-get.
    9393{{{
    9494#!bash
     
    9898To enable root ssh capability, which is disabled by default, do the following:
    9999
    100  Edit /etc/ssh/sshd_config, and make sure the following line is commented out:
     100 nano /etc/ssh/sshd_config, and make sure the following line is commented out:
    101101{{{
    102102#!bash