Commit 692443d

bryfry <116113+bryfry@users.noreply.github.com>
2020-04-19 20:50:37
fix ordering
1 parent ddc30e8
Changed files (1)
README.md
@@ -33,11 +33,11 @@
 * Reconnect ssh as ubuntu, Restart ssh, Verify root can't login via ssh
    
   `$ exit`  
-  `$ ssh root@tmc` # expect failure  
   `$ ssh ubuntu@tmc` # expect success  
   `$ sudo systemctl restart ssh`  
-  
-`ssh ubuntu@tmc -A`
+  `$ exit`  
+  `$ ssh root@tmc` # expect failure  
+  `$ ssh ubuntu@tmc -A`
   
 * Setup python