mirror of
https://github.com/getcompanion-ai/computer-guest.git
synced 2026-04-15 05:02:05 +00:00
23 lines
445 B
Text
23 lines
445 B
Text
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
|
|
TrustedUserCAKeys /etc/microagent/trusted_user_ca_keys
|
|
StrictModes no
|
|
|
|
SyslogFacility AUTH
|
|
LogLevel INFO
|
|
PrintMotd no
|
|
|
|
ClientAliveInterval 30
|
|
ClientAliveCountMax 3
|
|
|
|
PidFile /run/sshd.pid
|