generate-and-send-ssh-key icon indicating copy to clipboard operation
generate-and-send-ssh-key copied to clipboard

Script to automate the setup of ssh-public/private-key authentication to avoid some common pitfalls

Results 3 generate-and-send-ssh-key issues
Sort by recently updated
recently updated
newest added

Hi there, I changed the script to my liking and thought you might be interested. I removed the necessity to use commandline options and inserted user input demands for the...

i had issues previously where macos did not always remember ssh keys for devices. To fix i implemented an add to keychain feature that only happens if on macos and...

The current ssh keygen command only generates for local user and local host not the passed in user and host. It would be good if it would generate a key...