We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa736a commit 81f7667Copy full SHA for 81f7667
content/docs/capabilities/native-ssh-access.mdx
@@ -131,8 +131,7 @@ Add SSH configuration to your `config.yaml`:
131
132
```yaml title="config.yaml"
133
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'
+ssh_user_ca_key_file: '/path/to/pomerium_user_ca_key'
136
ssh_host_key_files:
137
- '/path/to/pomerium_ssh_host_ed25519_key'
138
- '/path/to/pomerium_ssh_host_rsa_key'
0 commit comments