summaryrefslogtreecommitdiff
path: root/auth-options.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth-options.h')
-rw-r--r--auth-options.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/auth-options.h b/auth-options.h
index 1ecdb9df4..9044d98be 100644
--- a/auth-options.h
+++ b/auth-options.h
@@ -1,3 +1,15 @@
1/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
4 * All rights reserved
5 * Functions to interface with the SSH_AUTHENTICATION_FD socket.
6 *
7 * As far as I am concerned, the code I have written for this software
8 * can be used freely for any purpose. Any derived versions of this
9 * software must be clearly marked as such, and if the derived work is
10 * incompatible with the protocol description in the RFC file, it must be
11 * called by a name other than "ssh" or "Secure Shell".
12 */
1#ifndef AUTH_OPTIONS_H 13#ifndef AUTH_OPTIONS_H
2#define AUTH_OPTIONS_H 14#define AUTH_OPTIONS_H
3/* Flags that may be set in authorized_keys options. */ 15/* Flags that may be set in authorized_keys options. */