Skip to content

Instantly share code, notes, and snippets.

View lsmithmier's full-sized avatar
💭
Having fun and learning!

Larry Smithmier lsmithmier

💭
Having fun and learning!
View GitHub Profile
@piccaso
piccaso / ssh.cs
Last active December 7, 2022 07:07
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;