]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/SshTarget.java
Introduce filtered resources
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / src / main / java / org / argeo / slc / jsch / SshTarget.java
index 03f6990f57ec486b86d0e3c3a831b7b62a94cdb3..2f768894569606edcdfc7fc4e89ca1748ceaa2e2 100644 (file)
@@ -67,7 +67,7 @@ public class SshTarget {
        }
 
        public String toString() {
-               return "ssh:" + getUser() + "@" + getHost() + ":" + getPort();
+               return getUser() + "@" + getHost() + ":" + getPort();
        }
 
        public Session getSession() {