Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 875 Bytes

File metadata and controls

26 lines (17 loc) · 875 Bytes

SSH

Docker Stars Docker Pulls

Discussion / Help

Join the chat

Usage

docker run -it --rm dockette/ssh /bin/bash
# ED25519
$ ssh-keygen -t ed25519 -C "Your key"

# RSA
$ ssh-keygen -t rsa -b 4096 -C "Your key"

Maintenance

See how to contribute to this package. Consider to support f3l1x. Thank you for using this package.