Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug: Fix typos in code block delimiters
  • Loading branch information
pan14001 committed Aug 15, 2016
1 parent 4244d93 commit 1266494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -17,10 +17,11 @@ cgi02, etc. The Ubuntu machines don't have openssh-server installed
on them, so install it, copy the keys, and then disable password
authentication.

``sh
```sh
# On the laptops
local$ sudo apt-get update && sudo apt-get -y install openssh-server
local$ sudo sed -i 's/#Pass.*/PasswordAuthentication no/' /etc/ssh/sshd_config
```

Then create an ssh keys and copy it over:

Expand Down

0 comments on commit 1266494

Please sign in to comment.