I'm glad to see that I'm not the only one who had issues with it 😄 This is how I'm using aws-vault in WSL2 and Ubuntu 20.04
# All the commands are executed in a WSL2 terminal
# Download
AWS_VAULT_VERSION="v6.3.1" && \
#!/bin/sh | |
instance_id= | |
host= | |
port= | |
local_port= | |
show_help() { | |
cat << EOF | |
Usage: ${0##*/} [OPTION]... <HOST> <PORT> <LOCAL_PORT> |