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

#include <remmina_ssh.h>

Data Fields

RemminaSSH ssh
 
gint master
 
gint slave
 
gchar * exec
 
gchar * run_line
 
pthread_t thread
 
ssh_channel channel
 
gboolean closed
 
RemminaSSHExitFunc exit_callback
 
gpointer user_data
 
ssh_event event
 

Detailed Description

Definition at line 243 of file remmina_ssh.h.

Field Documentation

◆ channel

ssh_channel _RemminaSSHShell::channel

Definition at line 251 of file remmina_ssh.h.

◆ closed

gboolean _RemminaSSHShell::closed

Definition at line 252 of file remmina_ssh.h.

◆ event

ssh_event _RemminaSSHShell::event

Definition at line 255 of file remmina_ssh.h.

◆ exec

gchar* _RemminaSSHShell::exec

Definition at line 248 of file remmina_ssh.h.

◆ exit_callback

RemminaSSHExitFunc _RemminaSSHShell::exit_callback

Definition at line 253 of file remmina_ssh.h.

◆ master

gint _RemminaSSHShell::master

Definition at line 246 of file remmina_ssh.h.

◆ run_line

gchar* _RemminaSSHShell::run_line

Definition at line 249 of file remmina_ssh.h.

◆ slave

gint _RemminaSSHShell::slave

Definition at line 247 of file remmina_ssh.h.

◆ ssh

RemminaSSH _RemminaSSHShell::ssh

Definition at line 244 of file remmina_ssh.h.

◆ thread

pthread_t _RemminaSSHShell::thread

Definition at line 250 of file remmina_ssh.h.

◆ user_data

gpointer _RemminaSSHShell::user_data

Definition at line 254 of file remmina_ssh.h.


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