Skip to content

Instantly share code, notes, and snippets.

@piccaso
piccaso / ssh.cs
Last active August 6, 2024 19:59
ssh.net Example - Keybased Authentication, File Upload, Shell Commands
/*
get SSH.NET (BSD License: http://sshnet.codeplex.com/license)
with NuGet:
>Install-Package SSH.NET -Version 2013.4.7
or just get the dll from here: http://j.mp/sshNet
*/
using System;