mlhartme / sushi

Scripting Library for Java
Apache License 2.0
7 stars 4 forks source link

Add support for ssh port in authority string in SshFilesystem #12

Closed xemle closed 9 years ago

xemle commented 9 years ago

The authority accepts schemas of host or user@host while the user information might be written in user:password and the host information in host:port. E.g. alice:s3cur3@myserver.dyndns.org:2022 will connect to host myserver.dyndns.org and port 2022 for user alice with password s3cur3.

xemle commented 9 years ago

PR has wrong author info