SSH/GPG
Secure shell connections and GPG key management. Generate keys, configure agents, and manage remote access.
57 commands
Browse by Topic
Check SSH version
Display the installed OpenSSH client version
Generate SSH key (Ed25519)
Generate a new Ed25519 SSH key pair with an email comment
Check GPG version
Verify GPG is installed and display version information
Local port forward
Forward local port to remote.
Remote port forward
Forward remote port to local.
SOCKS proxy
Create SOCKS proxy tunnel.
Background tunnel
Create background tunnel.
Dynamic port forward (SOCKS5)
Background SOCKS5 proxy for browser traffic.
Persistent tunnel with autossh
Auto-reconnecting tunnel via autossh.
Forward to third-party host
Tunnel to a host behind bastion.
Reverse tunnel for remote access
Expose local SSH via remote server.
SSH config file
SSH client configuration file path.
SSH config entry
Example SSH config entry.
Fix key permissions
Set correct key file permissions.
Fix SSH directory permissions
Set correct .ssh directory permissions.
Wildcard host pattern
Apply config to matching hostnames.
ProxyJump config
Configure jump host in SSH config.
IdentityFile per host
Use specific key for a host.
ForwardAgent in config
Enable agent forwarding for a host.
AddKeysToAgent config
Auto-add keys to agent on first use.
ServerAliveInterval config
Keep connections alive with heartbeat.
Include directive
Include additional config files.
ControlMaster multiplexing
Reuse SSH connections for speed.
Discussion
Loading comments...