Andrzej Rehmann

Results 12 comments of Andrzej Rehmann

Had similar problem, fixed it like this but I'm not sure if what i did really fixed the issue or was it just a coincidence. I reverted the changes I...

You could try to populate your `~/.ssh/credentials` file by running `aws configure export-credentials --profile myprofile` then piping that through some text processor (awk maybe) and into your creds file. You'd...