Namespace Neon.Kube.SSH
Classes
NodeSshProxyExtensions
Extends the NodeSshProxy<TMetadata> class by adding cluster setup related methods.
NodeSshProxy<TMetadata>
Uses a SSH/SCP connection to provide access to Linux machines to access files, run commands, etc.
note
This is class is not intended to be a general purpose SSH wrapper at this time. It currently assumes that the remote side is running some variant of Linux and it makes some global changes including disabling SUDO password prompts for all users as well as creating some global directories.
Interfaces
INodeSshProxy
Used to reference node proxy common properties.