mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
1
.github/workflows/webmin.dev+webmin.yml
vendored
1
.github/workflows/webmin.dev+webmin.yml
vendored
@@ -24,3 +24,4 @@ jobs:
|
||||
DEV_UPLOAD_SSH_DIR: ${{ secrets.DEV_UPLOAD_SSH_DIR }}
|
||||
PRERELEASE_UPLOAD_SSH_DIR: ${{ secrets.PRERELEASE_UPLOAD_SSH_DIR }}
|
||||
DEV_SSH_PRV_KEY: ${{ secrets.DEV_SSH_PRV_KEY }}
|
||||
ALL_GPG_PH2: ${{ secrets.ALL_GPG_PH2 }}
|
||||
|
||||
@@ -26,6 +26,9 @@ if ($config{'sync_create'} && &has_command($config{'keygen_path'}) &&
|
||||
if (-r "$uinfo->{'home'}/.ssh/identity.pub") {
|
||||
©_source_dest("$uinfo->{'home'}/.ssh/identity.pub", $akeys);
|
||||
}
|
||||
elsif (-r "$uinfo->{'home'}/.ssh/id_ed25519.pub") {
|
||||
©_source_dest("$uinfo->{'home'}/.ssh/id_ed25519.pub", $akeys);
|
||||
}
|
||||
elsif (-r "$uinfo->{'home'}/.ssh/id_rsa.pub") {
|
||||
©_source_dest("$uinfo->{'home'}/.ssh/id_rsa.pub", $akeys);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user