Skip to content

Commit bed0f74

Browse files
author
stribika
committed
Remove v00 cert support
1 parent de25a11 commit bed0f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-01-04-secure-secure-shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Recommended `/etc/ssh/ssh_config` snippet:
182182

183183
<pre><code id="client-auth-pubkey">Host *
184184
PubkeyAuthentication yes
185-
HostKeyAlgorithms [email protected],[email protected],ssh-[email protected],ssh-ed25519,ssh-rsa</code></pre>
185+
HostKeyAlgorithms [email protected],[email protected],ssh-ed25519,ssh-rsa</code></pre>
186186

187187
Generate client keys using the following commands:
188188

0 commit comments

Comments
 (0)