Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
638117e7e9
commit
84626939e7
@ -35,10 +35,12 @@ impl DaggerMiddleware for SshAgent {
|
|||||||
.contents(
|
.contents(
|
||||||
r#"
|
r#"
|
||||||
Host *
|
Host *
|
||||||
StrictHostKeyChecking no
|
|
||||||
UserKnownHostsFile=/dev/null
|
UserKnownHostsFile=/dev/null
|
||||||
|
StrictHostKeyChecking no
|
||||||
|
|
||||||
"#,
|
"#,
|
||||||
)
|
)
|
||||||
|
.permissions(0700)
|
||||||
.build()?,
|
.build()?,
|
||||||
)
|
)
|
||||||
.with_unix_socket(&sock_var, socket)
|
.with_unix_socket(&sock_var, socket)
|
||||||
|
Loading…
Reference in New Issue
Block a user