SSH into Root
$ ssh root@123.123.123.123
Change Root Password
SSH into Root
$ ssh root@123.123.123.123
Change Root Password
| # creates an empty array for the user's inventory | |
| @inventory = [] | |
| # this is the command prompt method | |
| def prompt() | |
| print "Enter command > " | |
| end | |
| # shows a list of viable commands when a user enters "help" at the command prompt | |
| def help() |