Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tracking Statistics on Servers - https://www.digitalocean.com/community/tutorial_series/introduction-to-tracking-statistics-on-servers

 

SSH Keys

 

Generating keys

 

 

Adding to ssh-agent on Mac OSX

Start ssh-agent on Mac OSX

$ eval "$(ssh-agent)"

 

Add key to agent on Mac OSX

$ ssh-add path/to/key