* Sun Sep 22 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-9.sme
- remove reference to deprecated rssh [SME: 12670] - template /etc/pam.d/sshd to remove motd [SME: 12740]
This commit is contained in:
19
createlinks
19
createlinks
@@ -6,7 +6,8 @@ use esmith::Build::CreateLinks qw(:all);
|
||||
foreach (qw(
|
||||
/etc/ssh/sshd_config
|
||||
/etc/ssh/ssh_config
|
||||
))
|
||||
/etc/pam.d/sshd
|
||||
))
|
||||
{
|
||||
templates2events("$_", qw(
|
||||
console-save
|
||||
@@ -16,22 +17,6 @@ foreach (qw(
|
||||
));
|
||||
}
|
||||
|
||||
foreach (qw(
|
||||
/etc/rssh.conf
|
||||
))
|
||||
{
|
||||
templates2events("$_", qw(
|
||||
bootstrap-console-save
|
||||
password-modify
|
||||
remoteaccess-update
|
||||
user-lock
|
||||
user-create
|
||||
user-delete
|
||||
user-modify
|
||||
smeserver-openssh-update
|
||||
));
|
||||
}
|
||||
|
||||
foreach my $event (
|
||||
"console-save",
|
||||
"bootstrap-console-save",
|
||||
|
Reference in New Issue
Block a user