search for: sshmode

Displaying 4 results from an estimated 4 matches for "sshmode".

2001 Jun 18
0
poor permissions on ssh binary
...s --disable-suid-ssh When it came time to make install, this command was executed: /usr/local/bin/install -c -m 0711 -s ssh /usr/local/encap/openssh-2.9p2/bin/ssh I consider it a poor choice of permissions to make ssh be 0711, and I believe that configure.in should be changed on line 1624: SSHMODE=0755 would make more sense than SSHMODE=0711 For that matter, I believe that the suid root binary has no compelling reason not to be world-readable, either, but I don't know whether there have been past security implications of this which would warrant keeping the file unreadable and no...
2001 Mar 23
3
2.5.2p2 ssh-keyscan installed group writable?
just wondering about this. i noticed "make install" installs ssh-keyscan group-writable. is this intentional? openssh-2.5.2p2/Makefile.in, line 168: $(INSTALL) -m 0775 -s ssh-keyscan $(DESTDIR)$(bindir)/ssh-keyscan chris -- Christopher Linn, <celinn at mtu.edu> | By no means shall either the CEC Staff System Administrator | or MTU be held in any way liable
2001 Jun 19
1
FW: poor permissions on ssh binary
...s --disable-suid-ssh When it came time to make install, this command was executed: /usr/local/bin/install -c -m 0711 -s ssh /usr/local/encap/openssh-2.9p2/bin/ssh I consider it a poor choice of permissions to make ssh be 0711, and I believe that configure.in should be changed on line 1624: SSHMODE=0755 would make more sense than SSHMODE=0711 For that matter, I believe that the suid root binary has no compelling reason not to be world-readable, either, but I don't know whether there have been past security implications of this which would warrant keeping the file unreadable and no...
2001 Aug 13
1
[PATCH] Maildir support
...AILDIR_FORMAT /* Data types */ #undef HAVE_U_INT diff -ur --exclude=configure openssh-2.9p2/configure.in openssh-2.9p2.maildir/configure.in --- openssh-2.9p2/configure.in Mon May 28 19:21:44 2001 +++ openssh-2.9p2.maildir/configure.in Mon Aug 13 14:38:26 2001 @@ -1632,6 +1632,23 @@ ) AC_SUBST(SSHMODE) +AC_MSG_CHECKING(whether to enable support for Maildir style mailboxes) +AC_ARG_ENABLE(maildir, +[ --enable-maildir Enable support for Maildir format mailbox in \$HOME/Maildir + --disable-maildir Disable support for Maildir format mailbox (default)], +[ case "$enableval" in +...