Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sixarm/sixarm_ssh_scripts
SixArm.com » SSH » Scripts for secure shell keys, hosts, fingerprints, etc.
https://github.com/sixarm/sixarm_ssh_scripts
fingerprint host script secure sha sha2 shell ssh verification
Last synced: about 2 months ago
JSON representation
SixArm.com » SSH » Scripts for secure shell keys, hosts, fingerprints, etc.
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_ssh_scripts
- Owner: SixArm
- Created: 2015-01-26T02:01:33.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:29:56.000Z (over 1 year ago)
- Last Synced: 2024-11-04T22:37:19.433Z (3 months ago)
- Topics: fingerprint, host, script, secure, sha, sha2, shell, ssh, verification
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# SSH » Scripts for secure shell
SSH scripts for secure shell:
* `ssh-copy-id-help`: SSH script to copy a pub id file to a remote server into your authorized_keys.
* `ssh-remove-known-host`: SSH script to remove a known host.
* `ssh-set-directory-permissions`: Set the correct directory permissions of the current user's ~/.ssh directory.
* `ssh-with-password`: Use SSH with preferred authentications set to use a password.SSH key generation:
* `ssh-keygen-with-email`: Generate our typical key with RSA 4096 and email address comment.
* `ssh-keygen-with-email-zid-automation`: Generate our typical keys, with automation, and save using our typical file names.
* `ssh-keygen-with-email-zid-passphrase`: Generate our typical keys, with passphrase, and save using our typical file names.SSH key fingerprints:
* `ssh-fingerprints-of-remote-host`: Print any host's SSH fingerprints.
* `ssh-fingerprints-of-local-host`: Print local host's own /etc public key fingerprints.
* `ssh-keygen-polyfill-l-f-sha`: Polyfill `ssh-keygen -l -f` to print SHA 256 fingerprints.