An open API service indexing awesome lists of open source software.

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

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