summaryrefslogtreecommitdiffstats
path: root/include/dialogs/ssh.h
blob: d55e2db073f7e8df34fc966014b76bc36cac471d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef ROFI_DIALOG_SSH_H
#define ROFI_DIALOG_SSH_H

/**
 * @defgroup SSHMode SSH
 * @ingroup MODES
 *
 * SSH Mode, returns a list of known SSH hosts the user can log into.
 * It does this by parsing the SSH config file and optional the known host  and host list
 * It also keeps history of the last choosen hosts.
 *
 * This mode uses the following options from the #config object:
 *  * #Settings::ssh_command
 *  * #Settings::parse_known_hosts
 *  * #Settings::parse_hosts
 *
 * @{
 */

/**
 * SSH Mode object.
 */
extern Mode ssh_mode;
/*@}*/
#endif // ROFI_DIALOG_SSH_H