Docker-alpine: Missing `ssh-agent` in 3.5

Created on 5 Jun 2017  路  1Comment  路  Source: gliderlabs/docker-alpine

which ssh-agent just returns ssh-agent not found and it is not in /usr/local/bin/ssh-agent

Most helpful comment

you need to install the openssh-client package: apk add --no-cache openssh-client

>All comments

you need to install the openssh-client package: apk add --no-cache openssh-client

Was this page helpful?
0 / 5 - 0 ratings

Related issues

konradjurk picture konradjurk  路  5Comments

u6f6o picture u6f6o  路  4Comments

kooksee picture kooksee  路  4Comments

rmNyro picture rmNyro  路  3Comments

nrvnrvn picture nrvnrvn  路  4Comments