Remmina - The GTK+ Remote Desktop Client  v1.4.33
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
_ConnectionData Struct Reference

Stores all necessary information needed for retrieving sessions from a X2Go server. More...

Data Fields

gchar * host
 
gchar * username
 
gchar * password
 
gchar * ssh_privatekey
 
gchar * ssh_passphrase
 

Detailed Description

Stores all necessary information needed for retrieving sessions from a X2Go server.

Definition at line 1016 of file x2go_plugin.c.

Field Documentation

◆ host

gchar* _ConnectionData::host

Definition at line 1017 of file x2go_plugin.c.

◆ password

gchar* _ConnectionData::password

Definition at line 1019 of file x2go_plugin.c.

◆ ssh_passphrase

gchar* _ConnectionData::ssh_passphrase

Definition at line 1021 of file x2go_plugin.c.

◆ ssh_privatekey

gchar* _ConnectionData::ssh_privatekey

Definition at line 1020 of file x2go_plugin.c.

◆ username

gchar* _ConnectionData::username

Definition at line 1018 of file x2go_plugin.c.


The documentation for this struct was generated from the following file: