]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.cms/src/org/argeo/cms/CmsDeployProperty.java
Improve SSH server. Rename node directory to private.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / CmsDeployProperty.java
index 639e73e37a59e2f5fecdff0b19f989624d1ec53a..43343bfc75b41fdc73df58944371fd1bbd3f093a 100644 (file)
@@ -67,6 +67,13 @@ public enum CmsDeployProperty {
        /** Whether web socket should be enables in web server. */
        WEBSOCKET_ENABLED("argeo.websocket.enabled"),
        //
+       // SSH
+       //
+       /** Request an HTTP server on this port. */
+       SSHD_PORT("argeo.sshd.port"),
+       /** Path to admin authorized keys file. */
+       SSHD_AUTHORIZEDKEYS("argeo.sshd.authorizedkeys"),
+       //
        // INTERNATIONALIZATION
        //
        /** Locales enabled for this system, the first one is considered the default. */