Releases: loranmutafov/simple-bastion
Releases · loranmutafov/simple-bastion
v1.1.0-beta3 Fix var not exported for called script
Fix SETUP_KEYS_PATH not available in called script
v1.1.0-beta2 Fix and improve user:ssh scripts
Fix and improve scripts
v1.1.0-beta1 Add user:ssh provisioning
Example of the provisioning file:
cloudysanfrancisco:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAu5kKQCPF...
baklavainthebalkans:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQDx3FNVC8...
v1.0.3 Remove dsa host key in favour of ecdsa
We already generate and include an ecdsa
, which is the new algorithm.
The old (and no longer recommended) dsa
is not even generated by ssh-keygen
anymore.
More info here: https://www.ssh.com/academy/ssh/keygen
v1.0.2 Fix GitHub actions
Fixes:
- Fix GitHub actions yaml
v1.0.1 Remove expose instructions
Tiny security update:
- Remove unnecessary expose instructions
v1.0.0 Alpine 3.17.1 update
Image updates:
- Update Alpine to
3.17.1
.
Non-image:
- Create fork
- Set up GitHub actions
- Fix up the README a little bit
- Change references from
binlab
toloranmutafov