-
- Downloads
fix(clone): ssh connection may require user input (key unlocking etc)
Anything that requires user input (such as a key unlock or hostkey verify) will block the terminal and wait for input which will never come. When cloning or configuring a repo via ssh we therefore initially connect to gitlab to warm the connection. Afterwards users are expected to either have setup a ssh ControlMaster or use something like a ssh agent. Fixes #148 Component: pkgctl repo clone/configure Co-Authored-by:Christian Heusel <christian@heusel.eu> Signed-off-by:
Christian Heusel <christian@heusel.eu> Signed-off-by:
Levente Polyak <anthraxx@archlinux.org>
parent
7e41adf0
No related branches found
No related tags found
Please register or sign in to comment