We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e705c0 commit ea68751Copy full SHA for ea68751
1 file changed
pkg/ssh/sshconfigurer_test.go
@@ -342,6 +342,7 @@ Host testName2-host
342
Status: entity.Running,
343
Password: "sdfal",
344
GitRepo: "gitrepo",
345
+ SSHUser: "ubuntu",
346
},
347
privateKeyPath: "/my/priv/key.pem",
348
runRemoteCMD: true,
@@ -391,6 +392,7 @@ Host testName2-host
391
392
393
394
SSHPort: 2022,
395
396
397
398
@@ -507,6 +509,7 @@ Host testName2-host
507
509
508
510
SSHProxyHostname: "test-verb-proxy.com",
511
HostSSHProxyHostname: "test-host-proxy.com",
512
513
514
515
cloudflaredBinaryPath: "/Users/tmontfort/.brev/cloudflared",
0 commit comments