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.
_RemminaSSH Struct Reference

#include <remmina_ssh.h>

Data Fields

ssh_session session
 
ssh_callbacks callback
 
gboolean authenticated
 
gchar * server
 
gint port
 
gchar * user
 
gint auth
 
gchar * password
 
gchar * privkeyfile
 
gchar * certfile
 
gchar * charset
 
const gchar * kex_algorithms
 
gchar * ciphers
 
gchar * hostkeytypes
 
gchar * proxycommand
 
gint stricthostkeycheck
 
const gchar * compression
 
gchar * error
 
pthread_mutex_t ssh_mutex
 
gchar * passphrase
 
gboolean is_tunnel
 
gboolean is_multiauth
 
gchar * tunnel_entrance_host
 
gint tunnel_entrance_port
 

Detailed Description

Definition at line 59 of file remmina_ssh.h.

Field Documentation

◆ auth

gint _RemminaSSH::auth

Definition at line 67 of file remmina_ssh.h.

◆ authenticated

gboolean _RemminaSSH::authenticated

Definition at line 62 of file remmina_ssh.h.

◆ callback

ssh_callbacks _RemminaSSH::callback

Definition at line 61 of file remmina_ssh.h.

◆ certfile

gchar* _RemminaSSH::certfile

Definition at line 70 of file remmina_ssh.h.

◆ charset

gchar* _RemminaSSH::charset

Definition at line 72 of file remmina_ssh.h.

◆ ciphers

gchar* _RemminaSSH::ciphers

Definition at line 74 of file remmina_ssh.h.

◆ compression

const gchar* _RemminaSSH::compression

Definition at line 78 of file remmina_ssh.h.

◆ error

gchar* _RemminaSSH::error

Definition at line 80 of file remmina_ssh.h.

◆ hostkeytypes

gchar* _RemminaSSH::hostkeytypes

Definition at line 75 of file remmina_ssh.h.

◆ is_multiauth

gboolean _RemminaSSH::is_multiauth

Definition at line 87 of file remmina_ssh.h.

◆ is_tunnel

gboolean _RemminaSSH::is_tunnel

Definition at line 86 of file remmina_ssh.h.

◆ kex_algorithms

const gchar* _RemminaSSH::kex_algorithms

Definition at line 73 of file remmina_ssh.h.

◆ passphrase

gchar* _RemminaSSH::passphrase

Definition at line 84 of file remmina_ssh.h.

◆ password

gchar* _RemminaSSH::password

Definition at line 68 of file remmina_ssh.h.

◆ port

gint _RemminaSSH::port

Definition at line 65 of file remmina_ssh.h.

◆ privkeyfile

gchar* _RemminaSSH::privkeyfile

Definition at line 69 of file remmina_ssh.h.

◆ proxycommand

gchar* _RemminaSSH::proxycommand

Definition at line 76 of file remmina_ssh.h.

◆ server

gchar* _RemminaSSH::server

Definition at line 64 of file remmina_ssh.h.

◆ session

ssh_session _RemminaSSH::session

Definition at line 60 of file remmina_ssh.h.

◆ ssh_mutex

pthread_mutex_t _RemminaSSH::ssh_mutex

Definition at line 82 of file remmina_ssh.h.

◆ stricthostkeycheck

gint _RemminaSSH::stricthostkeycheck

Definition at line 77 of file remmina_ssh.h.

◆ tunnel_entrance_host

gchar* _RemminaSSH::tunnel_entrance_host

Definition at line 88 of file remmina_ssh.h.

◆ tunnel_entrance_port

gint _RemminaSSH::tunnel_entrance_port

Definition at line 89 of file remmina_ssh.h.

◆ user

gchar* _RemminaSSH::user

Definition at line 66 of file remmina_ssh.h.


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