mirror of
https://github.com/kemko/xc.git
synced 2026-01-01 15:55:43 +03:00
ssh command configurable
This commit is contained in:
@@ -135,6 +135,7 @@ func New(cfg *config.XCConfig, backend store.Backend) (*Cli, error) {
|
||||
remote.SetDebug(cli.debug)
|
||||
remote.SetUsePasswordManager(cli.usePasswordMgr)
|
||||
remote.SetNumThreads(cli.sshThreads)
|
||||
remote.SetSSHCommand(cfg.SSHCommand)
|
||||
remote.SetRemoteEnvironment(cfg.RemoteEnvironment)
|
||||
|
||||
// interpreter
|
||||
|
||||
Reference in New Issue
Block a user