source: server/fedora/config/etc/ssh/sshd_config @ 977

Last change on this file since 977 was 977, checked in by geofft, 15 years ago
Suppress writing .viminfo file
File size: 796 bytes
Line 
1Protocol 2
2SyslogFacility AUTHPRIV
3PasswordAuthentication no
4ChallengeResponseAuthentication yes
5GSSAPIAuthentication yes
6GSSAPICleanupCredentials yes
7UsePAM yes
8AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
9AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
10AcceptEnv LC_IDENTIFICATION LC_ALL
11AcceptEnv EDITOR VISUAL
12X11Forwarding no
13Banner /etc/issue.net
14Subsystem sftp /usr/libexec/openssh/sftp-server
15# See trac #23
16HostbasedAuthentication yes
17IgnoreRhosts yes
18IgnoreUserKnownHosts yes
19DenyUsers root@old-faithful.mit.edu root@better-mousetrap.mit.edu
20LogLevel VERBOSE
21
22# See trac #23
23HostbasedAuthentication yes
24IgnoreRhosts yes
25IgnoreUserKnownHosts yes
26DenyUsers root@old-faithful.mit.edu root@better-mousetrap.mit.edu root@bees-knees.mit.edu
Note: See TracBrowser for help on using the repository browser.