Home
last modified time | relevance | path

Searched refs:SSHSession (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/aria2/aria2-1.36.0/src/
H A DSSHSession.cc43 SSHSession::SSHSession() in SSHSession() function in aria2::SSHSession
48 SSHSession::~SSHSession() { closeConnection(); } in ~SSHSession()
50 int SSHSession::closeConnection() in closeConnection()
71 int SSHSession::gracefulShutdown() in gracefulShutdown()
107 int SSHSession::sftpClose() in sftpClose()
124 int SSHSession::init(sock_t sockfd) in init()
135 int SSHSession::checkDirection() in checkDirection()
150 ssize_t SSHSession::readData(void* data, size_t len) in readData()
162 int SSHSession::handshake() in handshake()
206 int SSHSession::sftpOpen(const std::string& path) in sftpOpen()
[all …]
H A DSSHSession.h56 class SSHSession {
58 SSHSession();
61 ~SSHSession();
63 SSHSession(const SSHSession&) = delete;
64 SSHSession& operator=(const SSHSession&) = delete;
H A DSocketCore.h59 class SSHSession; variable
106 std::unique_ptr<SSHSession> sshSession_;
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DSSHSession.cpp69 SSHSession::SSHSession(QWidget *_par, in SSHSession() function in SSHSession
131 void SSHSession::startSession() in startSession()
232 SSHSession::~SSHSession() in ~SSHSession()
267 void SSHSession::terminate() in terminate()
430 void SSHSession::stateMachine() in stateMachine()
443 void SSHSession::readyToSend() in readyToSend()
448 void SSHSession::sendLine() in sendLine()
494 void SSHSession::allDataSent() in allDataSent()
518 void SSHSession::stopHeartBeat() in stopHeartBeat()
526 void SSHSession::heartBeat() in heartBeat()
[all …]
H A DFirewallInstaller.h47 class SSHSession; variable
78 SSHSession *session;
82 void runSSHSession(SSHSession *s, bool intermediate=false);
H A DSSHSession.h47 class SSHSession : public QObject {
168 SSHSession(QWidget *parent,
174 virtual ~SSHSession();
H A DSSHUnx.h39 class SSHUnx : public SSHSession {
H A DSSHCisco.h43 class SSHCisco : public SSHSession {
H A DSSHJUNOS.h42 class SSHJunos : public SSHSession {
H A DSSHUnx.cpp51 const list<string> &_in) : SSHSession(_par,_h,args,_p,_ep,_in) in SSHUnx()
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dsession.py24 class SSHSession: class
111 class SSHClientSession(SSHSession):
208 class SSHServerSession(SSHSession):
413 class SSHTCPSession(SSHSession):
456 class SSHUNIXSession(SSHSession):
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/ssh/
H A Dsession.py15 class HoneyPotSSHSession(session.SSHSession):
21 session.SSHSession.__init__(self, *args, **kw)
47 session.SSHSession.closed(self)
/dports/net-mgmt/py-ncclient/ncclient-0.6.10/ncclient/transport/third_party/junos/
H A Dioproc.py15 from ncclient.transport.ssh import SSHSession
21 class IOProc(SSHSession):
24 SSHSession.__init__(self, device_handler)
/dports/net-mgmt/py-ncclient/ncclient-0.6.10/ncclient/transport/
H A D__init__.py18 from ncclient.transport.ssh import SSHSession
H A Dssh.py94 class SSHSession(Session): class
121 return super(SSHSession, self)._dispatch_message(raw)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/test/
H A Dtest_conch.py18 from twisted.conch.ssh.session import ISession, SSHSession, wrapProtocol
21 from twisted.conch.scripts.conch import SSHSession as StdioInteractingSession
412 self.channelLookup['session'] = SSHSession
H A Dtest_session.py514 self.session = session.SSHSession(remoteWindow=500,
533 s = session.SSHSession(avatar=object) # use object because it doesn't
618 s = session.SSHSession(avatar=SubsystemOnlyAvatar(),
837 self.session = session.SSHSession()
1017 self.session = session.SSHSession(
/dports/net-mgmt/py-ncclient/ncclient-0.6.10/docs/source/
H A Dtransport.rst21 .. autoclass:: SSHSession
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/test/
H A Dtest_conch.py46 from twisted.conch.ssh.session import ISession, SSHSession, wrapProtocol
55 from twisted.conch.scripts.conch import SSHSession as _StdioInteractingSession
463 self.channelLookup[b"session"] = SSHSession
H A Dtest_session.py477 return session.SSHSession(
496 s = session.SSHSession(avatar=object) # use object because it doesn't
574 s = session.SSHSession(avatar=SubsystemOnlyAvatar(), conn=StubConnection())
889 self.session = session.SSHSession()
1080 self.session = session.SSHSession(
/dports/devel/py-twisted/Twisted-22.1.0/docs/conch/examples/
H A Dsshsimpleserver.py148 self.channelLookup.update({b"session": session.SSHSession})
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/
H A Dmanhole_ssh.py109 self.channelLookup[b"session"] = session.SSHSession
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/
H A Dmanhole_ssh.py86 self.channelLookup['session'] = session.SSHSession
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/scripts/
H A Dconch.py250 conn.openChannel(SSHSession())
375 class SSHSession(channel.SSHChannel): class
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/scripts/
H A Dconch.py208 conn.openChannel(SSHSession())
338 class SSHSession(channel.SSHChannel): class

123