Skip to content

Commit 81f7667

Browse files
fix: native ssh 'ssh_user_ca_key_file' config.yaml
1 parent 7fa736a commit 81f7667

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/docs/capabilities/native-ssh-access.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ Add SSH configuration to your `config.yaml`:
131131

132132
```yaml title="config.yaml"
133133
ssh_address: 0.0.0.0:22 # if port 22 is already in use by sshd, choose a different port
134-
ssh_user_ca_key_file:
135-
- '/path/to/pomerium_user_ca_key'
134+
ssh_user_ca_key_file: '/path/to/pomerium_user_ca_key'
136135
ssh_host_key_files:
137136
- '/path/to/pomerium_ssh_host_ed25519_key'
138137
- '/path/to/pomerium_ssh_host_rsa_key'

0 commit comments

Comments
 (0)