mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
19 lines
441 B
Plaintext
19 lines
441 B
Plaintext
|
#
|
||
|
# ssh session - specific symbols
|
||
|
#
|
||
|
|
||
|
# virnetsshsession.h
|
||
|
#
|
||
|
virNetSSHChannelRead;
|
||
|
virNetSSHChannelWrite;
|
||
|
virNetSSHSessionAuthAddAgentAuth;
|
||
|
virNetSSHSessionAuthAddKeyboardAuth;
|
||
|
virNetSSHSessionAuthAddPasswordAuth;
|
||
|
virNetSSHSessionAuthAddPrivKeyAuth;
|
||
|
virNetSSHSessionAuthReset;
|
||
|
virNetSSHSessionAuthSetCallback;
|
||
|
virNetSSHSessionConnect;
|
||
|
virNetSSHSessionHasCachedData;
|
||
|
virNetSSHSessionSetChannelCommand;
|
||
|
virNetSSHSessionSetHostKeyVerification;
|