amazon-guardduty-tester
amazon-guardduty-tester copied to clipboard
Modify ProxyCommand to no longer use NetCat for proxied access to tester host
Instructions in README.md require use of NetCat with ProxyCommand ("ProxyCommand ssh bastion nc %h %p") this no longer works on the bastion host and results in an error.
[bash: nc <IP>
Instead, use the -W switch with OpenSSH ("ProxyCommand ssh -W %h:%p bastion").
For more information: https://unix.stackexchange.com/questions/317491/proxycommand-use-for-multiple-hops-and-prompt-authentication