-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathssh-host.plugin.conf
More file actions
26 lines (22 loc) · 1.32 KB
/
Copy pathssh-host.plugin.conf
File metadata and controls
26 lines (22 loc) · 1.32 KB
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
26
# SSH Host Plugin Configuration
# This file is sourced directly by the plugin
# Modify values as needed
# ============================================================================
# Configuration
# ============================================================================
SSH_HOST_BASE_DIR="${SSH_HOST_BASE_DIR:-$HOME/.ssh/ssh_host}"
SSH_HOST_BASE_CONFIG_FILE="${SSH_HOST_BASE_CONFIG_FILE:-$HOME/.ssh/config}"
SSH_HOST_CONFIG_FILE="${SSH_HOST_CONFIG_FILE:-$SSH_HOST_BASE_DIR/config}"
SSH_HOST_KEYS_DIR="${SSH_HOST_BASE_DIR}/keys"
SSH_HOST_METADATA_FILE="${SSH_HOST_METADATA_FILE:-$SSH_HOST_BASE_DIR/metadata}"
SSH_HOST_PREVIEW_FIELDS="hostname|user|port|identityfile|identitiesonly|proxyjump|proxycommand|forwardagent|forwardx11|controlpath|serveraliveinterval"
SSH_HOST_SHOW_ALL_SUB_ALIAS="${SSH_HOST_SHOW_ALL_SUB_ALIAS:-true}"
# ============================================================================
# Color scheme configuration
# ============================================================================
SSH_HOST_COLOR_BLUE="${SSH_HOST_COLOR_BLUE:-\033[94m}"
SSH_HOST_COLOR_CYAN="${SSH_HOST_COLOR_CYAN:-\033[36m}"
SSH_HOST_COLOR_WHITE="${SSH_HOST_COLOR_WHITE:-\033[37m}"
SSH_HOST_COLOR_GRAY="${SSH_HOST_COLOR_GRAY:-\033[90m}"
SSH_HOST_COLOR_NC="${SSH_HOST_COLOR_NC:-\033[0m}"
SSH_HOST_COLOR_RED="${SSH_HOST_COLOR_RED:-\033[31m}"