Changes between Version 67 and Version 68 of malibu/gw3089gblade
- Timestamp:
- 09/17/2024 09:57:37 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
malibu/gw3089gblade
v67 v68 38 38 39 39 === 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 below.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. If openssh-server is not already installed use apt-get to install, see instructions below: 41 41 42 42 The {{{openssh-server}}} package provides an ssh daemon suitable for secure shell (ssh) and secure copy (scp): … … 48 48 To enable root ssh capability, which is disabled by default, do the following: 49 49 50 Edit/etc/ssh/sshd_config, and make sure the following line is commented out:50 nano /etc/ssh/sshd_config, and make sure the following line is commented out: 51 51 {{{ 52 52 #!bash