summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-07-18 16:14:34 +1000
committerDamien Miller <djm@mindrot.org>2013-07-18 16:14:34 +1000
commitd93340cbb6bc0fc0dbd4427e0cec6d994a494dd9 (patch)
tree573fb16fd5d7245b37d706af1329691fe86e6d00
parentbf836e535dc3a8050c1756423539bac127ee5098 (diff)
downloadopenssh-git-d93340cbb6bc0fc0dbd4427e0cec6d994a494dd9.tar.gz
- djm@cvs.openbsd.org 2013/07/18 01:12:26
[ssh.1] be more exact wrt perms for ~/.ssh/config; bz#2078
-rw-r--r--ChangeLog3
-rw-r--r--ssh.16
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 09d24ce1..9530ef55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,9 @@
- schwarze@cvs.openbsd.org 2013/07/16 00:07:52
[scp.1 sftp-server.8 ssh-keyscan.1 ssh-keysign.8 ssh-pkcs11-helper.8]
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
+ - djm@cvs.openbsd.org 2013/07/18 01:12:26
+ [ssh.1]
+ be more exact wrt perms for ~/.ssh/config; bz#2078
20130702
- (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config
diff --git a/ssh.1 b/ssh.1
index 3cb4254e..62292cc0 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh.1,v 1.333 2013/06/27 14:05:37 jmc Exp $
-.Dd $Mdocdate: June 27 2013 $
+.\" $OpenBSD: ssh.1,v 1.334 2013/07/18 01:12:26 djm Exp $
+.Dd $Mdocdate: July 18 2013 $
.Dt SSH 1
.Os
.Sh NAME
@@ -1337,7 +1337,7 @@ This is the per-user configuration file.
The file format and configuration options are described in
.Xr ssh_config 5 .
Because of the potential for abuse, this file must have strict permissions:
-read/write for the user, and not accessible by others.
+read/write for the user, and not writable by others.
.Pp
.It Pa ~/.ssh/environment
Contains additional definitions for environment variables; see