]> andersk Git - openssh.git/blob - auth-options.h
- OpenBSD CVS updates:
[openssh.git] / auth-options.h
1 #ifndef AUTH_OPTIONS_H
2 #define AUTH_OPTIONS_H
3 /* Flags that may be set in authorized_keys options. */
4 extern int no_port_forwarding_flag;
5 extern int no_agent_forwarding_flag;
6 extern int no_x11_forwarding_flag;
7 extern int no_pty_flag;
8 extern char *forced_command;
9 extern struct envstring *custom_environment;
10
11 /* return 1 if access is granted, 0 if not. side effect: sets key option flags */
12 int     auth_parse_options(struct passwd *pw, char *options, unsigned long linenum);
13 #endif
This page took 3.060264 seconds and 5 git commands to generate.