Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Nokia_1830PSS ¶
type Nokia_1830PSS struct { Ip string Name string UserName string Password string Port string SshOut io.Reader SshIn io.WriteCloser Timeout int Client *ssh.Client Session *ssh.Session }
func (*Nokia_1830PSS) Connect ¶ added in v1.0.3
func (s *Nokia_1830PSS) Connect() error
Connect connects to the specified server and opens a session (Filling the Client and Session fields in SshAgent struct).
func (*Nokia_1830PSS) Disconnect ¶
func (s *Nokia_1830PSS) Disconnect()
Disconnect closes the ssh sessoin and connection.
Click to show internal directories.
Click to hide internal directories.