Forum Discussion

olilaban's avatar
olilaban
New Member
15 hours ago

SSH Agent forwarded to Docker container only attempts to use the first SSH key

I have the SSH agent forwarded into a Docker container with the following config: volumes: - '~/.ssh:/.ssh:ro' - '~/.ssh/known_hosts:/.ssh/known_hosts:rw' - '${SSH_AUTH_SOCK_HOST:-/run/...