How to specify custom ssh configuration options while using om ci run —on?
#412
-
|
For example, I would like to set |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Could we do it by adding a new field to omnix/crates/nix_rs/src/store/uri.rs Lines 17 to 23 in 79e4386 |
Beta Was this translation helpful? Give feedback.
-
|
There is |
Beta Was this translation helpful? Give feedback.
-
|
NIX_SSHOPTS="-i " does work! |
Beta Was this translation helpful? Give feedback.
There is
NIX_SSHOPTSused duringnix copy, but I suppose we should use it when ssh'ing ourselves as well.