How to specify custom ssh configuration options while using om ci run —on
?
#412
Answered
by
srid
shivaraj-bh
asked this question in
Q&A
-
For example, I would like to set |
Beta Was this translation helpful? Give feedback.
Answered by
srid
Feb 6, 2025
Replies: 2 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.
0 replies
-
There is |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shivaraj-bh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is
NIX_SSHOPTS
used duringnix copy
, but I suppose we should use it when ssh'ing ourselves as well.