Hello,
I want to try your shell in a box container.
I have set it up like this via docker compose :
shellinabox:
image: sspreitzer/shellinabox:latest
container_name: Shell-In-A-Box
restart: always
ports:
- 4200:4200
environment:
- SIAB_ADDUSER=false
- SIAB_PASSWORD=none
- SIAB_SSL=false
- SIAB_PORT=4200
- SIAB_SERVICE=:SSH:host.docker.internal
It starts normal but when I enter the username I get the following error :
command-line line 0: Unsupported option "rhostsrsaauthentication"
command-line line 0: Unsupported option "rsaauthentication"
I can continue. How can I get rid of this error?
Docker is running on a raspberry pi.
Hello,
I want to try your shell in a box container.
I have set it up like this via docker compose :
shellinabox:
image: sspreitzer/shellinabox:latest
container_name: Shell-In-A-Box
restart: always
ports:
- 4200:4200
environment:
- SIAB_ADDUSER=false
- SIAB_PASSWORD=none
- SIAB_SSL=false
- SIAB_PORT=4200
- SIAB_SERVICE=:SSH:host.docker.internal
It starts normal but when I enter the username I get the following error :
command-line line 0: Unsupported option "rhostsrsaauthentication"
command-line line 0: Unsupported option "rsaauthentication"
I can continue. How can I get rid of this error?
Docker is running on a raspberry pi.