artifactory_ssh_proxy
artifactory_ssh_proxy copied to clipboard
An ssh proxy for Artifactory
The notes discuss using 'scp' to transfer data to Artifactory. Is the access bidirectional? Can data be pulled out of Artifactory with 'scp'?
This PR supports to read multiple hostkeys in a file. As a background, it is a same as https://github.com/yahoo/artifactory_ssh_proxy/pull/65. A approach of this PR reads multiple keys in one file....
This PR supports multiple hostkeys. As background, OpenSSH 7.0 and greater disabled `ssh-dss` by default. Therefore, I'm considering that switch DSA to RSA. However, needed backward-compatible for environments of using...