Commit Graph

30 Commits (b4e70cc0ec0b24b040fe0dfbf68c560dc6c0f736)

Author SHA1 Message Date
Stephen Fox d51e300fcd Clarified comment for 'defaultRsaBits' constant.
7 years ago
Stephen Fox 7e1cbc6d89 Rename references to key pair name to comment.
7 years ago
Stephen Fox 856810e82e Coalesce private key type switch cases per review feedback.
7 years ago
Stephen Fox 672b22bd13 Move 'CreateKeyPairConfig' closer to callers.
7 years ago
Stephen Fox 302828905d Move 'FromPrivateKeyConfig' closer to caller.
7 years ago
Stephen Fox ed06656613 Update 'authorizedKeysLine' doc per review feedback.
7 years ago
Stephen Fox 415ef26768 Removed TODO about key pair description per review feedback.
7 years ago
Stephen Fox 2ef6b9247d Initial take on code review feedback from @azr.
7 years ago
Stephen Fox 2ab2ea6ef1 Fixed interface documentation typo.
7 years ago
Stephen Fox ed1d224b97 Remove defaultKeyPair type. Be more specific in errors.
7 years ago
chris marget 97268b3041 .
7 years ago
chris marget 3515afa994 better variable names in test function
7 years ago
chris marget 75bd3c6951 constants don't need to be [P]ublic
7 years ago
chris marget b476e54db1 whitespace
7 years ago
chris marget be01ca70f4 on error return empty defaultKeyPair{} rather than nil
7 years ago
chris marget 484aa4768f Remove unused keyheader data type
7 years ago
chris marget 13cc73d600 keypair parsing and testing
7 years ago
Stephen Fox 72b7d63a6a Restructured the SSH key pair's description.
7 years ago
Stephen Fox 4b649f7ce4 Use individual key pair implementations.
7 years ago
Stephen Fox d7510ecdf7 Tweaked 'PublicKeyAuthorizedKeysLine()' comment.
7 years ago
Stephen Fox 58c692a587 Get bits from private key rather than user input.
7 years ago
Stephen Fox f3128143fa Simplified building of authorized_keys public key.
7 years ago
Stephen Fox f2c11b55be Renamed authorized_keys public key function.
7 years ago
Stephen Fox d465231e63 Fixed bad curve ecdsa curve bug.
7 years ago
Stephen Fox 9328c9f9e0 Renamed "new*" SSH key pair methods.
7 years ago
Stephen Fox f8db84334d Alias 'golang.org/x/crypto/ssh' as 'gossh'.
7 years ago
Stephen Fox 9a9bc18fab Renamed SSH key pair source files per pattern.
7 years ago
Stephen Fox 7f6b307dd6 Remove 'Ssh' suffix from 'KeyPairType' constants.
7 years ago
Stephen Fox c6ae8654d9 Moved SSH key pair code into 'helper/ssh'.
7 years ago
Adrien Delorme 5369c15459 helper: communicator.SSHFileSigner => ssh.FileSigner
8 years ago