search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Autossh Commands
27 autossh entries
Limited to 100 results
autossh Operations
Autossh Command: Background Debug Logging
AUTOSSH_DEBUG=1 AUTOSSH_LOGFILE=<path/to/autossh_log_file.log> autossh -f -M <monitor_port> -v -E <path/to/ssh_log_file.log> <ssh_command> autossh Operations
Autossh Command: Background Mode No Monitor No Remote Shell
autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" -o ExitOnForwardFailure=yes -L <local_port>:localhost:<remote_port> <user>@<host> autossh Operations
Autossh Command: Background Mode With Keep Alives
autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" "<ssh_command>" autossh Operations
Autossh Command: Background Mode With Logging
AUTOSSH_DEBUG=1 AUTOSSH_LOGFILE=<path/to/autossh_log_file.log> autossh -f -M <monitor_port> -v -E <path/to/ssh_log_file.log> <ssh_command> autossh Operations
Autossh Command: Background No Monitoring Exit On Failure
autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" -o ExitOnForwardFailure=yes -L <local_port>:localhost:<remote_port> <user>@<host> autossh Operations
Autossh Command: Background No Monitoring Keepalive
autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" "<ssh_command>" autossh Operations
Autossh Command: Background Run Ssh No Monitor Exit On Failure
autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" -o ExitOnForwardFailure=yes -L <local_port>:localhost:<remote_port> <user>@<host> autossh Operations
Autossh Command: Background Run Ssh No Monitor Keep Alive
autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" "<ssh_command>" autossh Operations
Autossh Command: Background Run With Logging
AUTOSSH_DEBUG=1 AUTOSSH_LOGFILE=<path/to/autossh_log_file.log> autossh -f -M <monitor_port> -v -E <path/to/ssh_log_file.log> <ssh_command> autossh Operations
Autossh Command: Background Ssh No Monitor No Shell
autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" -o ExitOnForwardFailure=yes -L <local_port>:localhost:<remote_port> <user>@<host> autossh Operations
Autossh Command: Background Ssh With Keep Alive
autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" "<ssh_command>" autossh Operations
Autossh Command: Fork Autossh Background No Remote Shell
autossh -f -M <monitor_port> -N "<ssh_command>" autossh Operations
Autossh Command: Fork Autossh Background No Shell
autossh -f -M <monitor_port> -N "<ssh_command>" autossh Operations
Autossh Command: Fork Background No Remote Shell
autossh -f -M <monitor_port> -N "<ssh_command>" autossh Operations
Autossh Command: Fork Background No Shell
autossh -f -M <monitor_port> -N "<ssh_command>" autossh Operations
Autossh Command: Forward Local Port
autossh -M <monitor_port> -L <local_port>:localhost:<remote_port> <user>@<host> autossh Operations
Autossh Command: Forward Local Port To Remote
autossh -M <monitor_port> -L <local_port>:localhost:<remote_port> <user>@<host> autossh Operations
Autossh Command: Forward Local Port To Remote With Monitoring
autossh -M <monitor_port> -L <local_port>:localhost:<remote_port> <user>@<host> autossh Operations
Autossh Command: Logging Autossh Output
AUTOSSH_DEBUG=1 AUTOSSH_LOGFILE=<path/to/autossh_log_file.log> autossh -f -M <monitor_port> -v -E <path/to/ssh_log_file.log> <ssh_command> autossh Operations
Autossh Command: Run Autossh In Background Without Shell
autossh -f -M <monitor_port> -N "<ssh_command>" autossh Operations
Autossh Command: Run Autossh With Keep Alive In Background
autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" "<ssh_command>" autossh Operations
Autossh Command: Run Autossh With Logging
AUTOSSH_DEBUG=1 AUTOSSH_LOGFILE=<path/to/autossh_log_file.log> autossh -f -M <monitor_port> -v -E <path/to/ssh_log_file.log> <ssh_command> autossh Operations
Autossh Command: Run Port Forwarding In Background With Exit On Failure
autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" -o ExitOnForwardFailure=yes -L <local_port>:localhost:<remote_port> <user>@<host> autossh Archive
Autossh Command: Start Ssh Session
autossh -M <monitor_port> "<ssh_command>" autossh Archive
Autossh Command: Start Ssh Session Monitoring
autossh -M <monitor_port> "<ssh_command>" autossh Archive
Autossh Command: Start Ssh Session With Monitoring
autossh -M <monitor_port> "<ssh_command>" autossh Archive
Autossh Command: Start Ssh With Monitoring
autossh -M <monitor_port> "<ssh_command>"