https://github.com/balliasghar/ssh-create-user
Create a user with ssh access
https://github.com/balliasghar/ssh-create-user
linux linux-shell linux-ubuntu ssh ssh-server ssh-users ubuntu-user
Last synced: 10 months ago
JSON representation
Create a user with ssh access
- Host: GitHub
- URL: https://github.com/balliasghar/ssh-create-user
- Owner: BalliAsghar
- License: mit
- Created: 2022-09-18T22:00:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T23:15:10.000Z (over 3 years ago)
- Last Synced: 2025-02-16T16:57:17.630Z (12 months ago)
- Topics: linux, linux-shell, linux-ubuntu, ssh, ssh-server, ssh-users, ubuntu-user
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create a user on Ubuntu and allow SSH login
# Usage
```bash
curl https://raw.githubusercontent.com/BalliAsghar/ssh-create-user/main/createuser.sh > createuser.sh
chmod +x createuser.sh
./createuser.sh
```
# Requirements
- Curl