
This change enables operators to SSH into a sub-cluster Jump Host from outside the base K8s cluster using a Node Port service. Operators authenticate using SSH authorized keys to the SIP CR. Signed-off-by: Drew Walters <andrew.walters@att.com> Change-Id: Ib1d94b5b0813e34014375d97f9189948af49f42c
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
AuthorizedKeysFile %h/.ssh/authorized_keys
|
|
ChallengeResponseAuthentication no
|
|
PasswordAuthentication no
|
|
PermitRootLogin no
|
|
PubKeyAuthentication yes
|
|
UsePAM yes
|
|
X11Forwarding no
|