Files
electron/.github/actions/ssh-debug/sshd_config.template
2025-07-23 10:57:06 -04:00

10 lines
170 B
Plaintext

Port 2222
HostKey $PWD/ssh_host_rsa_key
PidFile $PWD/sshd.pid
# Only allow single user
AllowUsers $USER
# Only allow those keys
AuthorizedKeysFile $PWD/authorized_keys