mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
10 lines
170 B
Plaintext
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
|