Skip to content

Commit

Permalink
Merge pull request #4675 from glitsj16/ssh-fixes
Browse files Browse the repository at this point in the history
more ssh fixes
  • Loading branch information
netblue30 authored Nov 11, 2021
2 parents 9a81078 + 4e3145f commit fbad5a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 7 additions & 2 deletions etc/inc/allow-ssh.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ include allow-ssh.local
noblacklist ${HOME}/.ssh
noblacklist /etc/ssh
noblacklist /etc/ssh/ssh_config
noblacklist /tmp/ssh-*
noblacklist ${PATH}/ssh
noblacklist /usr/lib/openssh/ssh-keysign
noblacklist /tmp/ssh-*
# Arch Linux and derivatives
noblacklist /usr/lib/ssh
# Debian/Ubuntu and derivatives
noblacklist /usr/lib/openssh
# Fedora and derivatives
noblacklist /usr/libexec/openssh
4 changes: 3 additions & 1 deletion etc/inc/disable-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,9 @@ blacklist ${PATH}/xev
blacklist ${PATH}/xinput
# from 0.9.67
blacklist ${PATH}/ssh
blacklist /usr/lib/openssh/ssh-keysign
blacklist /usr/lib/openssh
blacklist /usr/lib/ssh
blacklist /usr/libexec/openssh
blacklist ${PATH}/passwd
blacklist /usr/lib/xorg/Xorg.wrap
blacklist /usr/lib/policykit-1/polkit-agent-helper-1
Expand Down

0 comments on commit fbad5a5

Please sign in to comment.