Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuaburt1/create_account.sh
script to create a new user account and generate an RSA private key to log in; in Linux (Ubuntu 22.04.3 LTS)
https://github.com/joshuaburt1/create_account.sh
bash
Last synced: about 8 hours ago
JSON representation
script to create a new user account and generate an RSA private key to log in; in Linux (Ubuntu 22.04.3 LTS)
- Host: GitHub
- URL: https://github.com/joshuaburt1/create_account.sh
- Owner: JoshuaBurt1
- Created: 2024-04-13T05:41:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:00:54.000Z (10 months ago)
- Last Synced: 2024-04-13T20:10:45.428Z (10 months ago)
- Topics: bash
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create_account.sh
1. This bash script is used to create a new user account with a generated RSA private key to log into their account
2. To execute: bash create_account.sh
3. a 16 digit passphase is generated in the new user's /home/username/account_info.txt -> this is need to login via ssh with the RSA key
4. the RSA key is generated in the new user's /home/username/.ssh/id_rsa -> save this in a .pem file or other appropriate key file to use on login