This repo aims to create a Kali Linux docker image with a SSH server embedded.
Generate a SSH key and run the container :
ssh-keygen -N "" -q -f ./kali
docker run --name kali -it -p 2222:22 -e KALI_PUBKEY=$(cat ./kali.pub) tolfsh/kali-ssh
Or use a password (or both):
docker run --name kali -it -p 2222:22 -e KALI_PASSWORD='sup3rS3cr3t' tolfsh/kali-ssh
Content type
Image
Digest
sha256:931be5120…
Size
82.9 MB
Last updated
about 1 year ago
docker pull tolfsh/kali-ssh