Force a password change
Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
parent
3b23929f03
commit
5691e32226
|
|
@ -9,6 +9,13 @@ Ask your teacher for the IP address of the machine:
|
||||||
ssh root@ip_address
|
ssh root@ip_address
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Change the password
|
||||||
|
Now that you are connected to your server, change the password:
|
||||||
|
|
||||||
|
```
|
||||||
|
passwd
|
||||||
|
```
|
||||||
|
|
||||||
## Host and Demo
|
## Host and Demo
|
||||||
You are currently connected to a server which have docker installed.
|
You are currently connected to a server which have docker installed.
|
||||||
We will call this server: `localhost`.
|
We will call this server: `localhost`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue