docker-ssh-exec icon indicating copy to clipboard operation
docker-ssh-exec copied to clipboard

Readme cat command does not work

Open byoung opened this issue 5 years ago • 0 comments

Per the Readme, the command below does not work as cat is not in the PATH (not installed most likely)

docker run --rm -it mdsol/docker-ssh-exec cat /root/.ssh/id_rsa
Broadcasting UDP key request...
Got key from server.
Broadcasting UDP env request...
Recieved env from server
Setting 0 ENV vars from server: 
Writing key to /root/.ssh/id_rsa
Running command: cat /root/.ssh/id_rsa
ERROR starting command 'cat /root/.ssh/id_rsa': exec: "cat": executable file not found in $PATH
Deleting key file /root/.ssh/id_rsa...

byoung avatar Oct 22 '20 14:10 byoung