When you connect to Warden using warden shell
, Warden doesn't currently support copying your private key into Docker when you are using Windows. So each time you run warden env up -d
, you'll want to copy your private key into Warden and then unlock it. This will only be necessary if you need to make SSH connections from within Warden (such as to sync a database to your local machine).
You'll want to create and customize copy of the warden_create_private_key.txt
. Store it some place safe. Then, when you warden shell
, you can paste the contents of the file into your shell.