From 18d6dfa67de8dac28aae716d796beb7b9d847be5 Mon Sep 17 00:00:00 2001 From: Connor Nelson Date: Tue, 15 Oct 2024 14:31:43 -0700 Subject: [PATCH] SSH: Fix scp for arbitrary image --- sshd/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd/sshd_config b/sshd/sshd_config index 9d6a2d0d6..adba0319c 100644 --- a/sshd/sshd_config +++ b/sshd/sshd_config @@ -2,7 +2,7 @@ ChallengeResponseAuthentication no PasswordAuthentication no UsePAM yes -Subsystem sftp /usr/lib/openssh/sftp-server +Subsystem sftp /run/dojo/libexec/sftp-server Match User hacker AuthorizedKeysCommand /opt/sshd/auth.py