SSHChannel
open class SSHChannel<T> : SSHSession<T> where T : RawLibrary
Undocumented
-
Undocumented
Declaration
Swift
public fileprivate(set) var terminal: Terminal?
-
Undocumented
Declaration
Swift
public override func disconnect(_ completion: (() -> ())?)
-
Undocumented
Declaration
Swift
public func setTerminalSize(width: UInt, height: UInt) -> Self
-
Undocumented
Declaration
Swift
public func setTerminalSize(width: UInt, height: UInt, completion: SSHCompletionBlock?)