mirror of
https://github.com/getcompanion-ai/computer-guest.git
synced 2026-04-15 09:01:12 +00:00
feat: guestOS docker config (#3)
This commit is contained in:
commit
27f7b6318b
11 changed files with 660 additions and 0 deletions
22
sshd_config
Normal file
22
sshd_config
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
Port 2222
|
||||
ListenAddress 0.0.0.0
|
||||
|
||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
HostKey /etc/ssh/ssh_host_rsa_key
|
||||
|
||||
PermitRootLogin no
|
||||
PubkeyAuthentication yes
|
||||
PasswordAuthentication no
|
||||
KbdInteractiveAuthentication no
|
||||
UsePAM no
|
||||
AuthorizedKeysFile .ssh/authorized_keys
|
||||
StrictModes no
|
||||
|
||||
SyslogFacility AUTH
|
||||
LogLevel INFO
|
||||
PrintMotd no
|
||||
|
||||
ClientAliveInterval 30
|
||||
ClientAliveCountMax 3
|
||||
|
||||
PidFile /run/sshd.pid
|
||||
Loading…
Add table
Add a link
Reference in a new issue