Skip to content

Commit

Permalink
sshforwarding: use ipv4 only
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Aug 2, 2024
1 parent e45a25c commit bba2c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sshforwarding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ impl NetworkTunnel for SshForwarding {
"-T".to_string(),
// Be verbose so we can pick up signals about status of the tunnel
"-v".to_string(),
"-4".to_string(),
// This is necessary unless we also ask for the public key from users
"-o".to_string(),
"StrictHostKeyChecking no".to_string(),
Expand Down

0 comments on commit bba2c82

Please sign in to comment.