manual, sysadmins, gui

This commit is contained in:
Mik-TF 2024-05-14 12:42:19 -04:00
parent 3b2e0f0241
commit f0683c7c46
2 changed files with 50 additions and 53 deletions

View File

@ -53,18 +53,15 @@ To start, you must [deploy and SSH into a full VM](ssh_guide.md).
* Make the new user accessible by SSH
```
su - newuser
```
```
mkdir ~/.ssh
```
```
nano ~/.ssh/authorized_keys
```
* add the authorized public key in the file, then save and quit
* Exit the VM and reconnect with the new user
* Add the authorized public key in the file, then save and quit
* Exit the VM
```
exit
```
* Reconnect with the new user
```
ssh newuser@VM_IPv4_address
```