| Age | Commit message (Collapse) | Author |
|
With help of spdxconv tool [1], we able to bulk update all files license
and copyright format to comply with SPDX formats.
[1] https://kilabit.info/project/spdxconv/
|
|
|
|
The LoadPrivateKeyInteractive load private key from file.
If key is encrypted, it will prompt the passphrase in terminal with
maximum maxAttempt times.
If the passphrase still invalid after maxAttempt it will return an error.
|
|
|
|
There are two reasons for moving to sub-package. First, the code for
parsing the ssh_config(5) take almost 99% of the lines in the ssh package.
Second, in case we want to submit the code to upstream,
golang.org/x/crypto, we need the package to be independent, less external
dependencies as possible.
|
|
|
|
|
|
The SSH Config will read and parse the configuration as defined in manual
ssh_config(5).
|