Stephen Fox
|
7e1cbc6d89
|
Rename references to key pair name to comment.
Per the OpenSSH manual, the field is for a comment.
|
2019-03-01 10:00:29 -05:00 |
Stephen Fox
|
61a8968b22
|
Use 'os.OpenFile' to atomically create debug key file.
Per code review feedback.
|
2019-02-28 17:23:33 -05:00 |
Stephen Fox
|
2ef6b9247d
|
Initial take on code review feedback from @azr.
Do not use builder pattern or interfaces; stick to structs and
some basic functions.
|
2019-02-25 17:16:24 -05:00 |
chris marget
|
53c0376dfd
|
don't print keypair to the user's screen
|
2019-02-06 13:54:05 -05:00 |
chris marget
|
13cc73d600
|
keypair parsing and testing
|
2019-02-06 13:46:55 -05:00 |
Stephen Fox
|
f9d24ccda0
|
Allow user to get public key straight up, or URL encoded.
|
2019-02-05 11:59:13 -05:00 |
Stephen Fox
|
f2c11b55be
|
Renamed authorized_keys public key function.
|
2019-02-04 14:27:14 -05:00 |
Stephen Fox
|
01c98f3d82
|
Tweaked debug SSH private key file name for vbox.
|
2019-02-04 12:47:18 -05:00 |
Stephen Fox
|
c6ae8654d9
|
Moved SSH key pair code into 'helper/ssh'.
|
2019-02-04 12:21:58 -05:00 |
Stephen Fox
|
25775886a8
|
Properly set SSH key pair name.
|
2019-02-04 12:12:18 -05:00 |
Stephen Fox
|
459bd1ea7a
|
Added vbox step for SSH key pair business logic.
|
2019-02-03 12:07:57 -05:00 |