Sign inSign up

tolfsh/kali-ssh

By tolfsh

Updated about 1 year ago

Kali Linux image with SSH server

Image
0

346

tolfsh/kali-ssh repository overview

kali-ssh

This repo aims to create a Kali Linux docker image with a SSH server embedded.

Run

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

Tag summary

Content type

Image

Digest

sha256:931be5120

Size

82.9 MB

Last updated

about 1 year ago

docker pull tolfsh/kali-ssh