Skip to content

Commit

Permalink
Added ssh and scp to Key Points, in line with Learning Objectives
Browse files Browse the repository at this point in the history
  • Loading branch information
vuw-ecs-kevin committed Jul 10, 2015
1 parent 8fb1d74 commit a266982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 02-ssh.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ <h2 id="key-points" class="callout panel panel-info"><span class="glyphicon glyp
<ul>
<li>SSH is a secure alternative to username/password authorization</li>
<li>SSH keys are generated in public/private pairs. Your public key can be shared with others. The private keys stays on your machine only.</li>
<li>The ‘ssh’ and ‘scp’ utilities are secure alternatives to logging into, and copying files to/from remote machine</li>
</ul>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions 02-ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,3 +414,4 @@ $ ssh vlad@comet "chmod go-r ~/.ssh/authorized_keys ; ls -l ~/.ssh"
> ## Key Points {.callout}
> * SSH is a secure alternative to username/password authorization
> * SSH keys are generated in public/private pairs. Your public key can be shared with others. The private keys stays on your machine only.
> * The 'ssh' and 'scp' utilities are secure alternatives to logging into, and copying files to/from remote machine

0 comments on commit a266982

Please sign in to comment.