Fixed hkexshpasswd step 3

This commit is contained in:
Russ Magee 2018-06-06 22:43:46 -07:00
parent ac28e5ef7a
commit 8e67897d7f
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ To set accounts & passwords:
-- --
* $ sudo echo "joebloggs:*:*:*" >/etc/hkexsh.passwd * $ sudo echo "joebloggs:*:*:*" >/etc/hkexsh.passwd
* $ sudo hkexpasswd/hkexpasswd -u joebloggs * $ sudo hkexpasswd/hkexpasswd -u joebloggs
* $ <enter a password, enter again to confirm> * $ &lt;enter a password, enter again to confirm&gt;
Running Clent and Server. In separate shells: Running Clent and Server. In separate shells:
-- --