Skip to content

Commit

Permalink
Workaround for amazon-ssm-agent bug: keepalives
Browse files Browse the repository at this point in the history
aws/amazon-ssm-agent#274

Bad packet length 2089525630.
ssh_dispatch_run_fatal: Connection to UNKNOWN port 65535: Connection corrupted
  • Loading branch information
mbailey committed Jul 25, 2024
1 parent 43c61af commit cc6a53e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ssh_config/keycutter/config
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ Match Host i-*,m-*
ProxyCommand bash -c "~/.ssh/keycutter/scripts/ssh-ssm %h %r"
StrictHostKeyChecking no
BatchMode yes
TCPKeepAlive yes
ServerAliveInterval 30
ConnectTimeout 10
# IdentityAgent ~/.ssh/agents/github/ssh-agent.socket

# Add SSH key (if it exists) based on:
Expand Down

0 comments on commit cc6a53e

Please sign in to comment.