«
class documentation

class UnixConchUser(ConchUser):

Constructor: UnixConchUser(username)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method getHomeDir Undocumented
Method getOtherGroups Undocumented
Method getShell Undocumented
Method getUserGroupId Undocumented
Method global_cancel_tcpip_forward Undocumented
Method global_tcpip_forward Undocumented
Method logout Undocumented
Instance Variable listeners Undocumented
Instance Variable otherGroups Undocumented
Instance Variable pwdData Undocumented
Instance Variable username Undocumented
Method _runAsUser Undocumented

Inherited from ConchUser:

Method conn.setter Undocumented
Method gotGlobalRequest A global request was sent from the other side.
Method lookupChannel The other side requested a channel of some sort.
Method lookupSubsystem The other side requested a subsystem.
Instance Variable channelLookup Undocumented
Instance Variable subsystemLookup Undocumented
Property conn The SSHConnection object for this user.
Class Variable _log Undocumented
Instance Variable _conn Undocumented
def __init__(self, username: str):
def getHomeDir(self):

Undocumented

def getOtherGroups(self):

Undocumented

def getShell(self):

Undocumented

def getUserGroupId(self):

Undocumented

def global_cancel_tcpip_forward(self, data):

Undocumented

def global_tcpip_forward(self, data):

Undocumented

def logout(self):

Undocumented

listeners: dict[str, IListeningPort] =

Undocumented

otherGroups =

Undocumented

pwdData =

Undocumented

username =

Undocumented

def _runAsUser(self, f, *args, **kw):

Undocumented