Skip to content

Commit

Permalink
fix: ssh.service is disabled by default
Browse files Browse the repository at this point in the history
ssh.service is disabled by default

Bug: https://pms.uniontech.com/bug-view-273029.html
Log:
  • Loading branch information
liujianqiang-niu committed Nov 8, 2024
1 parent 5a2b79b commit fcaaf3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
openssh (1:9.7p1-4deepin3) unstable; urgency=medium

* ssh.service is disabled by default.

-- liujianqiang <[email protected]> Fri, 08 Nov 2024 09:19:57 +0800

openssh (1:9.7p1-4deepin2) unstable; urgency=high

* Disable logging in sshsigdie.
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ override_dh_installinit:
dh_installinit -R --name ssh

override_dh_installsystemd:
dh_installsystemd -popenssh-server ssh.service
dh_installsystemd -popenssh-server --no-enable ssh.service
dh_installsystemd -popenssh-server --no-enable ssh.socket
dh_installsystemd -popenssh-server --no-start rescue-ssh.target

Expand Down

0 comments on commit fcaaf3c

Please sign in to comment.