diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 36b1af195..d3e801df0 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.157 2012/06/29 13:57:25 naddy Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.158 2012/10/04 13:21:50 markus Exp $ |
37 | .Dd $Mdocdate: June 29 2012 $ | 37 | .Dd $Mdocdate: October 4 2012 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -792,7 +792,7 @@ for data integrity protection. | |||
792 | Multiple algorithms must be comma-separated. | 792 | Multiple algorithms must be comma-separated. |
793 | The default is: | 793 | The default is: |
794 | .Bd -literal -offset indent | 794 | .Bd -literal -offset indent |
795 | hmac-md5,hmac-sha1,umac-64@openssh.com, | 795 | hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com, |
796 | hmac-sha2-256,hmac-sha2-512,hmac-ripemd160, | 796 | hmac-sha2-256,hmac-sha2-512,hmac-ripemd160, |
797 | hmac-sha1-96,hmac-md5-96 | 797 | hmac-sha1-96,hmac-md5-96 |
798 | .Ed | 798 | .Ed |