Changing Your Password with passwd

Virtually all Unix systems require passwords to help ensure that your files and data remain your own and that the system itself is secure from hackers and crackers (malicious hackers). Code Listing 1.1 shows how you change your password.

Code Listing 1.1. Change your password regularly using the passwd command.
$ passwd
Changing password for ejr
(current) Unix password:
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated
→ successfully
$

The SSH Preferences Dialog

In the Preferences dialog, you can fix some of the idiosyncrasies that are caused by how your SSH program talks to the Unix system. You can’t identify these idiosyncrasies until you actually start using your Unix ...

Get Unix Third Edition: Visual Quickstart Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.