-
Support for SSH config files #5
If a ssh-permit-a38 hostname or alias matches the ssh configs Host (or Hostname), User, Port and Host information are used for authorized_keys sync connection
-
sync command switch -y, --yes-authorized-keys-prompt: Automatic yes to authorized_keys location prompts
-
Support for host aliases #2:
- Set an alias "um" for hostname "urlsmash.403.io"
ssh-permit-a38 host urlsmash.403.io alias um
After this point you can use the alias or the hostname for all host related commands.
- Remove an alias for hostname "urlsmash.403.io"
ssh-permit-a38 host urlsmash.403.io alias
-
Vagrant files and Makefile targets to build linux releases
- initial release