- djm@cvs.openbsd.org 2005/09/21 23:36:54
[sshd_config.5] aquire -> acquire, from stevesk@
This commit is contained in:
parent
1e4308e6fa
commit
e2dd2d5baa
|
@ -30,6 +30,9 @@
|
||||||
- djm@cvs.openbsd.org 2005/09/19 23:31:31
|
- djm@cvs.openbsd.org 2005/09/19 23:31:31
|
||||||
[ssh.1]
|
[ssh.1]
|
||||||
spelling nit from stevesk@
|
spelling nit from stevesk@
|
||||||
|
- djm@cvs.openbsd.org 2005/09/21 23:36:54
|
||||||
|
[sshd_config.5]
|
||||||
|
aquire -> acquire, from stevesk@
|
||||||
|
|
||||||
20050930
|
20050930
|
||||||
- (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype
|
- (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype
|
||||||
|
@ -3070,4 +3073,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3910 2005/10/03 08:18:40 dtucker Exp $
|
$Id: ChangeLog,v 1.3911 2005/10/03 08:19:06 dtucker Exp $
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd_config.5,v 1.44 2005/07/25 11:59:40 markus Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.45 2005/09/21 23:36:54 djm Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -348,7 +348,7 @@ Kerberos servtab which allows the verification of the KDC's identity.
|
||||||
Default is
|
Default is
|
||||||
.Dq no .
|
.Dq no .
|
||||||
.It Cm KerberosGetAFSToken
|
.It Cm KerberosGetAFSToken
|
||||||
If AFS is active and the user has a Kerberos 5 TGT, attempt to aquire
|
If AFS is active and the user has a Kerberos 5 TGT, attempt to acquire
|
||||||
an AFS token before accessing the user's home directory.
|
an AFS token before accessing the user's home directory.
|
||||||
Default is
|
Default is
|
||||||
.Dq no .
|
.Dq no .
|
||||||
|
|
Loading…
Reference in New Issue