Jump host sizing and tuning
Reference sshd configuration and sizing limits for tuning a custom jump host VM, including a sample forwarding-only sshd_config and per-SKU load guidance.
Recommended sshd configuration
# Reap dead or orphaned tunnels - works on all OpenSSH versions
ClientAliveInterval 60
ClientAliveCountMax 3 # Dead peer is gone in ~3 minutes
# Hard idle ceiling - OpenSSH 9.2 or later only (check with sshd -V)
ChannelTimeout direct-tcpip=15m # Close silent forwards
UnusedConnectionTimeout 10m # Drop connections with 0 open channels
# Survive reconnect storms
MaxStartups 100:30:200 # Default is 10:30:100Directive reference
Directive
Recommended value
Purpose
Concurrency and load limits
Metric
Guidance for B1ms (1 vCPU / 2 GiB)
When to scale up
Related pages
Last updated