dedpihto5375
"SSH Public Keys" in account settings are completely ignored
Hello, I am trying to access the env variables, as well as standard
PUBLIC_KEY
variable, that I specify for my pod from my python app. However they are only set when I am connecting with ssh via proxy server. Proxy is extremely slow and does not allow scp to be run through it. When I try to connect directly (via public ip), the ~/.ssh/authorized_keys
is not configured at all with the public key I set in the settings. The env vars that I pass during the pod creation are also missing.
Two problems:
- why isn't the ~/.ssh/authorized_keys
file created and populated with my public key from account settings
- why env variables are missing when connecting directly via public ip to my instance? I assume proxy has some .bashrc which is activated when I connect through it, but why the env vars are not set with -e
parameter in docker run command for the pod?6 replies