Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-openbmc
Commits
3207562d
Commit
3207562d
authored
4 years ago
by
Raptor Engineering Development Team
Browse files
Options
Download
Email Patches
Plain Diff
Re-enable port 2200 console service under OpenSSH
parent
521e4111
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
meta-phosphor/recipes-phosphor/console/obmc-console/obmc-console-ssh@.service
...s-phosphor/console/obmc-console/obmc-console-ssh@.service
+7
-5
No files found.
meta-phosphor/recipes-phosphor/console/obmc-console/obmc-console-ssh@.service
View file @
3207562d
[Unit]
Description
=
Phosphor Host Console SSH Per-Connection
Wants
=
obmc-console@{OBMC_CONSOLE_HOST_TTY}.service
Wants
=
sshdgenkeys.service
[Service]
Environment
=
"
DROPBEAR_RSAKEY_DIR=/etc/dropbear
"
EnvironmentFile
=
{envfiledir}/dropbear
ExecStart
=
-
/usr/bin/env dropbear -i -r ${{DROPBEAR_RSAKEY_DIR}}/dropbear_rsa_host_key -c
"/usr/bin/env obmc-console-client"
$DROPBEAR_EXTRA_ARGS
SyslogIdentifier
=
dropbear
ExecReload
=
{base_bindir}
/kill -HUP $MAINPID
Environment
=
"
SSHD_OPTS=
"
EnvironmentFile
=
-/etc/default/ssh
ExecStart
=
-
@SBINDIR@/sshd -i -o ForceCommand=
"/usr/bin/env obmc-console-client"
SyslogIdentifier
=
sshd
ExecReload
=
@BASE_BINDIR@
/kill -HUP $MAINPID
StandardInput
=
socket
StandardError
=
syslog
KillMode
=
process
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment