Replies: 1 comment
-
Mina has other problems too. It's convenient, but when 'scp' is available it might make more sense to shell out and use it if there's a way to do that nicely. I think Windows has it installed by default these days also. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried using the support for SFTP upload with key authentication but ran into the following failure:
We're exclusively using a SSH Agent both on developer machines and CI agents. As far as I could gather, Apache Mina, the library that Conveyor uses for SSH, doesn't support Agent-based authentication.
The workaround is to not use
make copied-site
but usemake site
and upload directly usingscp
.I'm writing this here so that other people using the SSH Agent can identify what they are facing and find the workaround.
Having
conveyor
support SSH Agent authentication would make integrating it easier but given there's a workaround I understand that this would not get prioritized especially because the underlying SSH library lacks support for it.Beta Was this translation helpful? Give feedback.
All reactions