From: sthen Date: Mon, 21 Apr 2014 15:46:03 +0000 (+0000) Subject: check perms on .ssh/id_ed25519; Fritjof Bornebusch X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=665038385e3e90ce33f953360d4f4da61123b9ec;p=openbsd check perms on .ssh/id_ed25519; Fritjof Bornebusch --- diff --git a/libexec/security/security b/libexec/security/security index 47a979ad2f6..a7ab2df611f 100644 --- a/libexec/security/security +++ b/libexec/security/security @@ -1,6 +1,6 @@ #!/usr/bin/perl -T -# $OpenBSD: security,v 1.25 2014/04/20 22:15:49 ajacoutot Exp $ +# $OpenBSD: security,v 1.26 2014/04/21 15:46:03 sthen Exp $ # # Copyright (c) 2011, 2012 Ingo Schwarze # Copyright (c) 2011 Andrew Fresh @@ -383,7 +383,7 @@ sub check_dot_readable { foreach my $f (qw( .netrc .rhosts .gnupg/secring.gpg .gnupg/random_seed .pgp/secring.pgp .shosts .ssh/identity .ssh/id_dsa .ssh/id_ecdsa - .ssh/id_rsa + .ssh/id_rsa .ssh/id_ed25519 )) { next unless -e "$home/$f"; my ($mode, $fuid) = (stat(_))[2,4];