Skip to content

Commit 9ccf07f

Browse files
committed
Fix sshd with OpenSSH 10.0p1 which requires the /usr/libexec/sshd-auth binary
1 parent f1aaf15 commit 9ccf07f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

recipes/zquick_sshd/initcpio/install/zquick_sshd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ build() {
2626
add_binary ssh
2727
add_binary sshd
2828
add_binary ssh-keygen
29+
add_binary /usr/libexec/sshd-auth
2930
add_file /usr/libexec/sshd-session
3031

3132
zquick_add_secret /root/.ssh/authorized_keys "sshd authorized_keys for root" 600

0 commit comments

Comments
 (0)