Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
talos-openbmc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Evan Lojewski
talos-openbmc
Commits
3207562d
Commit
3207562d
authored
Feb 22, 2020
by
Raptor Engineering Development Team
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-enable port 2200 console service under OpenSSH
parent
521e4111
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
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