docker-image: instance server ssh
not working
#1488
Labels
instance
Instance issues, bugs and feature requests
instance server ssh
not working
#1488
Description:
The
instance server ssh
command is not working with the docker image.As the base image is
scratch
it doesn't contain thessh
command being executed by the CLI.How to reproduce:
scw instance ssh
command via the docker imageCommand attempted
Expected Behavior
Working SSH connection, or complaining that I didn't provide an authorized ssh key.
Actual Behavior
More info
It would be probably better to use a base image able to have an ssh-client installed (
alpine
,debian-slim
, etc.).Most people will expect the CLI to behave the same with or without using the docker image.
Version
Version 2.2.0
BuildDate 2020-10-12T01:49:28PM
GoVersion go1.14.9
GitBranch new-release
GitCommit 0cd946a
GoArch amd64
GoOS linux
The text was updated successfully, but these errors were encountered: