mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
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
|