Files
anvil-hosting/k8s/ironclad/configmap-ssh.yaml
2026-03-12 14:25:48 +09:00

16 lines
314 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: ssh-config
data:
sshd_config: |
Port 22
PermitRootLogin no
PasswordAuthentication yes
ChallengeResponseAuthentication no
UsePAM yes
X11Forwarding no
PrintMotd yes
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server