summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2012-07-02 18:53:37 +1000
committerDarren Tucker <dtucker@zip.com.au>2012-07-02 18:53:37 +1000
commitecbf14aa53da21aeedc0974e13196fe77cca18f3 (patch)
tree59ca9f35e0a5ac2ee03b1866ff071a0e14750e4f /ssh_config.5
parent14a9d2515bcb8438dd0052a0c705c09660069c55 (diff)
- naddy@cvs.openbsd.org 2012/06/29 13:57:25
[ssh_config.5 sshd_config.5] match the documented MAC order of preference to the actual one; ok dtucker@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.58
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index db7ea5cdd..36b1af195 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.156 2012/06/28 05:07:45 dtucker Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.157 2012/06/29 13:57:25 naddy Exp $
37.Dd $Mdocdate: June 28 2012 $ 37.Dd $Mdocdate: June 29 2012 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -793,8 +793,8 @@ Multiple algorithms must be comma-separated.
793The default is: 793The default is:
794.Bd -literal -offset indent 794.Bd -literal -offset indent
795hmac-md5,hmac-sha1,umac-64@openssh.com, 795hmac-md5,hmac-sha1,umac-64@openssh.com,
796hmac-ripemd160,hmac-sha1-96,hmac-md5-96, 796hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,
797hmac-sha2-256,hmac-sha2-512 797hmac-sha1-96,hmac-md5-96
798.Ed 798.Ed
799.It Cm NoHostAuthenticationForLocalhost 799.It Cm NoHostAuthenticationForLocalhost
800This option can be used if the home directory is shared across machines. 800This option can be used if the home directory is shared across machines.