Handle hostnames with upper-case letters
[webmin.git] / sshd / config-trustix-linux
1 sshd_path=/usr/sbin/sshd
2 sshd_config=/etc/ssh/sshd_config
3 client_config=/etc/ssh/ssh_config
4 pid_file=/var/run/sshd.pid
5 keygen_path=/usr/bin/ssh-keygen
6 sync_create=0
7 sync_auth=1
8 sync_pass=0
9 sync_gnupg=0
10 start_cmd=/etc/init.d/sshd start
11 stop_cmd=/etc/init.d/sshd stop
12 restart_cmd=/etc/init.d/sshd restart