ssh

package
v0.0.0-...-adae754 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2013 License: MPL-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(c net.Conn, config *ssh.ClientConfig) (result *comm, err error)

Creates a new packer.Communicator implementation over SSH. This takes an already existing TCP connection and SSH configuration.

Types

type Password

type Password string

An implementation of ssh.ClientPassword so that you can use a static string password for the password to ClientAuthPassword.

func (Password) Password

func (p Password) Password(user string) (string, error)

type SimpleKeychain

type SimpleKeychain struct {
	// contains filtered or unexported fields
}

func (*SimpleKeychain) AddPEMKey

func (k *SimpleKeychain) AddPEMKey(key string) (err error)

AddPEMKey adds a simple PEM encoded private key to the keychain.

func (*SimpleKeychain) Key

func (k *SimpleKeychain) Key(i int) (interface{}, error)

Key method for ssh.ClientKeyring interface

func (*SimpleKeychain) Sign

func (k *SimpleKeychain) Sign(i int, rand io.Reader, data []byte) (sig []byte, err error)

Sign method for ssh.ClientKeyring interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL