Skip to content

Commit 0ae8659

Browse files
authored
update 'passwd' advice
1 parent 053ef8f commit 0ae8659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Try these simple commands:
5858
df -h
5959
uname -a
6060

61-
Now use the *passwd* command to change your password. To do this, think of a new, secure password, then simply type *passwd*, press “Enter” and give your current password when prompted, then the new one you've chosen, confirm it - and then WRITE IT DOWN somewhere.
61+
If you're using a password to login (rather than public key), then now is a good time to ensure that this is very strong and unique - i.e. At least 10 characters - because your server is fully exposed to bots that will be continuosly attempting to break in. Use the *passwd* command to change your password. To do this, think of a new, secure password, then simply type *passwd*, press “Enter” and give your current password when prompted, then the new one you've chosen, confirm it - and then WRITE IT DOWN somewhere. In a production system of course, public keys and/or two factor authentication would be more appropriate.
6262

6363
It's very handy to be able to cut and paste text between your remote session and your local desktop, so spend some time getting confident with how to do this in your setup.
6464

0 commit comments

Comments
 (0)