summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.513
1 files changed, 11 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 09a3cf035..ee466d800 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.159 2012/12/02 20:26:10 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.160 2012/12/11 22:31:18 markus Exp $
37.Dd $Mdocdate: December 2 2012 $ 37.Dd $Mdocdate: December 11 2012 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -792,8 +792,17 @@ in order of preference.
792The MAC algorithm is used in protocol version 2 792The MAC algorithm is used in protocol version 2
793for data integrity protection. 793for data integrity protection.
794Multiple algorithms must be comma-separated. 794Multiple algorithms must be comma-separated.
795The algorithms that contain
796.Dq -etm
797calculate the MAC after encryption (encrypt-then-mac).
798These are considered safer and their use recommended.
795The default is: 799The default is:
796.Bd -literal -offset indent 800.Bd -literal -offset indent
801hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,
802umac-64-etm@openssh.com,umac-128-etm@openssh.com,
803hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,
804hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,
805hmac-md5-96-etm@openssh.com,
797hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com, 806hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,
798hmac-sha2-256,hmac-sha2-512,hmac-ripemd160, 807hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,
799hmac-sha1-96,hmac-md5-96 808hmac-sha1-96,hmac-md5-96