Skip to content

Releases: loranmutafov/simple-bastion

v1.1.0-beta3 Fix var not exported for called script

26 Feb 23:59
Compare
Choose a tag to compare
Fix SETUP_KEYS_PATH not available in called script

v1.1.0-beta2 Fix and improve user:ssh scripts

26 Feb 23:52
Compare
Choose a tag to compare
Fix and improve scripts

v1.1.0-beta1 Add user:ssh provisioning

26 Feb 18:43
Compare
Choose a tag to compare
Pre-release

Example of the provisioning file:

cloudysanfrancisco:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAu5kKQCPF...
baklavainthebalkans:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQDx3FNVC8...

v1.0.3 Remove dsa host key in favour of ecdsa

08 Feb 15:17
Compare
Choose a tag to compare

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

07 Feb 16:58
Compare
Choose a tag to compare

Fixes:

  • Fix GitHub actions yaml

v1.0.1 Remove expose instructions

07 Feb 16:51
Compare
Choose a tag to compare

Tiny security update:

  • Remove unnecessary expose instructions

v1.0.0 Alpine 3.17.1 update

07 Feb 14:46
Compare
Choose a tag to compare

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 to loranmutafov