Documentation ¶
Overview ¶
Package client provides the client interface for 'exec'
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultStreaming = false
Default value for using streaming exec. This is exposed so that clients can set a default that works for their environment. StreamingExec was added after Exec, so policies or sansshell nodes may not have been updated to support streaming.
Functions ¶
func ExecRemoteCommand ¶
func ExecRemoteCommand(ctx context.Context, conn *proxy.Conn, binary string, args ...string) (*pb.ExecResponse, error)
ExecRemoteCommand is a helper function for execing a command on a remote host using a proxy.Conn. If the conn is defined for >1 targets this will return an error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.