-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
stribika
committed
Sep 14, 2015
1 parent
de25a11
commit bed0f74
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|
bed0f74
There was a problem hiding this comment.
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 :)
bed0f74
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@olmari See #39.
bed0f74
There was a problem hiding this comment.
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!