mirror of
https://github.com/kemko/xc.git
synced 2026-01-06 10:15:43 +03:00
configure ssh options
This commit is contained in:
@@ -139,6 +139,7 @@ func New(cfg *config.XCConfig, backend store.Backend) (*Cli, error) {
|
||||
remote.SetNumThreads(cli.sshThreads)
|
||||
remote.SetSSHCommand(cfg.SSHCommand)
|
||||
remote.SetRemoteEnvironment(cfg.RemoteEnvironment)
|
||||
remote.ApplyConfiguredOptions(cfg.SSHOptions)
|
||||
|
||||
// interpreter
|
||||
cli.setInterpreter("none", cfg.Interpreter)
|
||||
|
||||
Reference in New Issue
Block a user