Skip to content

Instantly share code, notes, and snippets.

@chalonga
chalonga / client.go
Last active October 27, 2017 15:28
example ssh client in go
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Modify by linuz.ly
package main
import (
"bytes"
"fmt"
"code.google.com/p/go.crypto/ssh"