dev to main periodic update #71
@@ -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
 | 
					  * Make the new user accessible by SSH
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
su - newuser
 | 
					su - newuser
 | 
				
			||||||
      ```
 | 
					 | 
				
			||||||
      ```
 | 
					 | 
				
			||||||
mkdir ~/.ssh
 | 
					mkdir ~/.ssh
 | 
				
			||||||
      ```
 | 
					 | 
				
			||||||
      ```
 | 
					 | 
				
			||||||
nano ~/.ssh/authorized_keys
 | 
					nano ~/.ssh/authorized_keys
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
      * add the authorized public key in the file, then save and quit
 | 
					* Add the authorized public key in the file, then save and quit
 | 
				
			||||||
  * Exit the VM and reconnect with the new user
 | 
					* Exit the VM
 | 
				
			||||||
``` 
 | 
					``` 
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					  * Reconnect with the new user
 | 
				
			||||||
``` 
 | 
					``` 
 | 
				
			||||||
ssh newuser@VM_IPv4_address
 | 
					ssh newuser@VM_IPv4_address
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user