kmwenja / wielding-ssh

Wielding SSH - https://talks.godoc.org/github.com/kmwenja/wielding-ssh/talk.slide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wielding SSH Talk

Material for the Wielding SSH Talk held at the Nairobi LUG meetup on 2nd March 2019.

The talk was recorded and published to Youtube.

You can also view the talk online by going to https://talks.godoc.org/github.com/kmwenja/wielding-ssh/talk.slide.

Run the presentation locally:

  1. Setup a Go environment: https://golang.org/doc/install
  2. go get -u golang.org/x/tools/cmd/present
  3. In this directory, run present -orighost localhost -notes
  4. Visit http://localhost:3999 in your browser.

Present Docs

Run the demo programs:

The demo examples have no error checking and are not prod ready!

  1. Cd into a demo example e.g. cd demo/ssh_pubkey/
  2. Build the source code: go build. This will build a binary named after the directory that you're in.
  3. Run the built binary e.g. ./ssh_pubkey. Most of the examples take in arguments in order to run ok. Run the binary without any arguments to see what arguments to provide (usage).

References:

About

Wielding SSH - https://talks.godoc.org/github.com/kmwenja/wielding-ssh/talk.slide


Languages

Language:Go 100.0%