package
1.3.2
Repository: https://github.com/dspasibenko/teleport.git
Documentation: pkg.go.dev

# Packages

Package scp handles file uploads and downloads via scp command.

# Functions

AuthorizedKeyFingerprint returns fingerprint from public key in authorized key format.
No description provided by the author
DialUpstream dials remote server and returns upstream.
Fingerprint returns SSH RFC4716 fingerprint of the key.
KeysEqual is constant time compare of the keys to avoid timing attacks.
No description provided by the author
NewSigner returns new ssh Signer using OpenSSH certificates to authenticate itself.
NewUpstream returns new upstream connection to the server.
No description provided by the author
PrivateKeyFingerprint returns fingerprint of the public key extracted from the PEM encoded private key.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Server is a generic implementation of a frame for SSH server.
Upstream is a wrapper around SSH client connection that provides some handy functions to work with interactive shells and launching commands.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ServerOption is a functional argument for server.