Use authorized_keys-style public keys rather than fingerprints.
authorAndrey Petrov <andrey.petrov@shazow.net>
Sat, 10 Jan 2015 20:44:06 +0000 (12:44 -0800)
committerAndrey Petrov <andrey.petrov@shazow.net>
Sat, 10 Jan 2015 20:44:06 +0000 (12:44 -0800)
commitd8d5deac1c6b04f169ba6ddc31738142c925ec9e
treead67fa90f40e5fae028be22e7b7e2cfe8589cb9d
parent7a39898b36f45cdc34e38e60a9bdd57d45c5a332
Use authorized_keys-style public keys rather than fingerprints.

Tests for whitelisting.
auth.go
auth_test.go [new file with mode: 0644]
cmd.go
host_test.go
key.go [new file with mode: 0644]
sshd/auth.go
sshd/client.go
sshd/client_test.go [new file with mode: 0644]
sshd/net.go
sshd/net_test.go