Use service command to startt and stop on Ubuntu 10.10
authorJamie Cameron <jcameron@webmin.com>
Sun, 13 Feb 2011 01:37:58 +0000 (17:37 -0800)
committerJamie Cameron <jcameron@webmin.com>
Sun, 13 Feb 2011 01:37:58 +0000 (17:37 -0800)
sshd/config-Ubuntu-Linux-10.10-* [new file with mode: 0644]

diff --git a/sshd/config-Ubuntu-Linux-10.10-* b/sshd/config-Ubuntu-Linux-10.10-*
new file mode 100644 (file)
index 0000000..c0561d6
--- /dev/null
@@ -0,0 +1,11 @@
+sshd_path=/usr/sbin/sshd
+sshd_config=/etc/ssh/sshd_config
+client_config=/etc/ssh/ssh_config
+pid_file=/var/run/sshd.pid
+start_cmd=service ssh start
+stop_cmd=service ssh stop
+keygen_path=/usr/bin/ssh-keygen
+sync_create=0
+sync_auth=1
+sync_pass=0
+sync_gnupg=0