aboutsummaryrefslogtreecommitdiff
path: root/internal/encoding/ssh/filexfer/openssh/openssh.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/encoding/ssh/filexfer/openssh/openssh.go')
-rw-r--r--internal/encoding/ssh/filexfer/openssh/openssh.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/encoding/ssh/filexfer/openssh/openssh.go b/internal/encoding/ssh/filexfer/openssh/openssh.go
new file mode 100644
index 0000000..f93ff17
--- /dev/null
+++ b/internal/encoding/ssh/filexfer/openssh/openssh.go
@@ -0,0 +1,2 @@
+// Package openssh implements the openssh secsh-filexfer extensions as described in https://github.com/openssh/openssh-portable/blob/master/PROTOCOL
+package openssh