To reduce bot traffic you must login to view /lordwelch/Podman/commit/7e1771fa1415b3490694a2deb253276444fac543.
The GitHub login only links via username.

Files
2020-08-09 19:51:31 +02:00

31 lines
590 B
Plaintext

AddressFamily any
ListenAddress 0.0.0.0
Port 2222
PidFile /tmp/sshd.pid
HostKey /podman/.ssh/ssh_host_rsa_key
HostKey /podman/.ssh/ssh_host_ecdsa_key
#HostKey /podman/.ssh/ssh_host_ed25519_key
AuthorizedKeysFile .ssh/authorized_keys
PasswordAuthentication no
PubkeyAuthentication yes
PermitRootLogin no
LoginGraceTime 2m
MaxAuthTries 6
MaxSessions 10
UseDNS no
AllowAgentForwarding no
AllowTcpForwarding yes
GatewayPorts no
X11Forwarding no
PermitTTY no
PrintMotd no
Banner none
Match User podman
X11Forwarding no
AllowTcpForwarding yes
PermitTTY no
# TODO:
#ForceCommand podman ???