Changes between Version 26 and Version 27 of gettingstarted
- Timestamp:
- 09/17/2024 09:55:50 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gettingstarted
v26 v27 90 90 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 below. 91 91 92 The {{{openssh-server}}} package provides an ssh daemon suitable for secure shell (ssh) and secure copy (scp) :92 The {{{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. 93 93 {{{ 94 94 #!bash … … 98 98 To enable root ssh capability, which is disabled by default, do the following: 99 99 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: 101 101 {{{ 102 102 #!bash