Improve SSH client.
[lgpl/argeo-commons.git] / org.argeo.core / src / org / argeo / ssh / SimpleSshServer.java
index c1f90efe99b0444b7be8cd75ba3267cfa4f61469..e63b989a43cf5a024f6c4b3e76abab6fa5f04c81 100644 (file)
@@ -11,6 +11,7 @@ import org.apache.sshd.server.shell.ProcessShellFactory;
 import org.argeo.util.os.OS;
 
 /** A simple SSH server with some defaults. Supports SCP. */
+@SuppressWarnings("restriction")
 public class SimpleSshServer {
        private Integer port;
        private Path hostKeyPath;