Hi there,
In the context of a one-off container, after installing the Scalingo CLI (following this example from the docs), in order to get something done with it, I need to perform
In order to achieve that easily, I'd like to be able to reuse my SSH agent. But for now I haven't been able to, and I'm not sure if it's because I missed something or because it's currently not supported.
What I did on my system:
-
In ~/.ssh/config:
Host *.scalingo.io
ForwardAgent yes
Host *.scalingo.com
ForwardAgent yes
-
Before launching scalingo run:
ssh-add ~/.ssh/my_ssh_private_key
Yet when I get logged in my Scalingo one-off container (launched with scalingo run --app=myapp bash), after installing the Scalingo CLI, scalingo login refuses to log me in using SSH credentials.
Am I doing something wrong?
Thanks
Hi there,
In the context of a one-off container, after installing the Scalingo CLI (following this example from the docs), in order to get something done with it, I need to perform
In order to achieve that easily, I'd like to be able to reuse my SSH agent. But for now I haven't been able to, and I'm not sure if it's because I missed something or because it's currently not supported.
What I did on my system:
In
~/.ssh/config:Before launching
scalingo run:Yet when I get logged in my Scalingo one-off container (launched with
scalingo run --app=myapp bash), after installing the Scalingo CLI,scalingo loginrefuses to log me in using SSH credentials.Am I doing something wrong?
Thanks