coreos / coreos-xhyve

Container Linux running on xhyve hypervisor
Apache License 2.0
330 stars 42 forks source link

add the ability to pragmatically pass the ssh public key. #29

Closed AntonioMeireles closed 9 years ago

AntonioMeireles commented 9 years ago

(forked from coreos/coreos-xhyve#13)

bakins commented 9 years ago

Is SSHKEY expected to be the actual public key or path to a file? Perhaps need to document usage more.

AntonioMeireles commented 9 years ago

actual public key as path to file would end need extra logic (as a single file could well have more than one public key). renasing and updating usage in a bit. && thanks!

bakins commented 9 years ago

Let's update docs in another PR.

AntonioMeireles commented 9 years ago

ok.