Skip to content

Commit

Permalink
Remove v00 cert support
Browse files Browse the repository at this point in the history
  • Loading branch information
stribika committed Sep 14, 2015
1 parent de25a11 commit bed0f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2015-01-04-secure-secure-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Recommended `/etc/ssh/ssh_config` snippet:

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

Generate client keys using the following commands:

Expand Down

3 comments on commit bed0f74

@olmari
Copy link

@olmari olmari commented on bed0f74 Sep 18, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? What's wrong with it etc? I'm not saying it's wrong to remove it, propably for the best. I'm just interested from the reasoning behind, especially on this "site" being about security :)

@neitsab
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@olmari See #39.

@olmari
Copy link

@olmari olmari commented on bed0f74 Sep 18, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@neitsab Indeed, thank you for clarification!

Please sign in to comment.