mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(ci): nf-sops-keyscan
This commit is contained in:
parent
28998dad84
commit
e04d59016b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ ARG_NODE=$1
|
|||
shift
|
||||
ARG_HOSTNAME=$(nf-hostname "$ARG_NODE")
|
||||
|
||||
ssh-keyscan ${NIX_SSHOPTS--p62954} "${ARG_HOSTNAME#*@}" "$@" | ssh-to-age
|
||||
ssh-keyscan ${NIX_SSHOPTS--p62954} "${ARG_HOSTNAME#*@}" "$@" | grep -v '^#' | ssh-to-age
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue