From b41b77556a8a9a4c53565d8a9b9378665f1f47e0 Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Fri, 30 Oct 2020 18:15:17 +0700 Subject: [PATCH] Added package ssh2 (#1684) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 8d2ba18..b05b689 100644 --- a/packages.json +++ b/packages.json @@ -20043,5 +20043,20 @@ "license": "MIT", "web": "https://github.com/bunkford/ffpass", "doc": "https://bunkford.github.io/ffpass/docs/ffpass.html" + }, + { + "name": "ssh2", + "url": "https://github.com/ba0f3/ssh2.nim", + "method": "git", + "tags": [ + "ssh2", + "libssh", + "scp", + "ssh", + "sftp" + ], + "description": "SSH, SCP and SFTP client for Nim", + "license": "MIT", + "web": "https://github.com/ba0f3/ssh2.nim" } ]