Skip to content

Commit

Permalink
Add ssh-ed25519 and ecdsa-sha2-nistp256 algorithms to ManuallyProvide…
Browse files Browse the repository at this point in the history
…dKeyVerificationStrategy SSH key help text (#522)
  • Loading branch information
kryachkov authored Oct 18, 2024
1 parent ea7b774 commit b277a12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<p>The SSH key expected for this connection. This key should be in the form `<tt>algorithm value</tt>` where <tt>algorithm</tt> is one of <tt>ssh-rsa</tt> or <tt>ssh-dss</tt>, and <tt>value</tt> is the Base 64 encoded content of the key.</p>
<p>The SSH key expected for this connection. This key should be in the form `<tt>algorithm value</tt>` where <tt>algorithm</tt> is one of <tt>ssh-rsa</tt>, <tt>ssh-ed25519</tt>, <tt>ecdsa-sha2-nistp256</tt> or <tt>ssh-dss</tt> and <tt>value</tt> is the Base 64 encoded content of the key.</p>

0 comments on commit b277a12

Please sign in to comment.