FORGE: Added including script
[myslice.git] / forge / script / configService / sshd_config
diff --git a/forge/script/configService/sshd_config b/forge/script/configService/sshd_config
new file mode 100644 (file)
index 0000000..9924c65
--- /dev/null
@@ -0,0 +1,14 @@
+Protocol 2
+SyslogFacility AUTHPRIV
+
+PubkeyAuthentication yes
+AuthorizedKeysFile .ssh/id_rsa.pub
+
+PasswordAuthentication yes
+
+ChallengeResponseAuthentication no
+UsePAM yes
+
+X11Forwarding yes
+
+# The listening port is added by the function from service.py