Setting up SSH but running into 'SSH Agent: error connecting with ssh-agent: dial unix: missing address' #2372
-
Dear all, I am doing something (horribly?!) wrong and I was hoping you could help me. I am trying to achieve having a Proxmox container running as my CA which acts as an ACME for my internal domains and as a SSH certificate handler. The use case will be that I will login to this container and to other containers from my laptop. I am trying to set up SSH with STEP CA following tutorial and forum-post. The steps below result in an error message I have set up two containers on Proxmox with the helper script from Proxmox Helper Scripts. One container called step-host will be the desired CA and the other (called step-client) will act as my laptop. From what I understand, the Vagrant from the tutorial equals as my laptop. On the step-host I install Step CA with the following bash script.
So far, so good. But then I get lost in the tutorial figuring out what I need to do on the step-host and step-client. Given the Although my use case is that I can connect from the step-client to the step-host, I follow the tutorial as a learning exercise. As I clearly have no idea yet at this point. :) I copy the 'ecdsa-sha2-nistp256 ...' to the step-host by On the step-host I add the following to the
On the step-host I run
Running Would you have an idea what I am doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved the issue. You should run |
Beta Was this translation helpful? Give feedback.
Solved the issue. You should run
eval $(ssh-agent)
to start the SSH against. Run this before thestep certificate ...
command.