mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
7 lines
161 B
Bash
7 lines
161 B
Bash
#!/usr/bin/env bash
|
|
set -eu
|
|
ARG_NODE=$1
|
|
shift
|
|
ARG_HOSTNAME=$(nf-hostname "$ARG_NODE")
|
|
|
|
ssh-keyscan ${NIX_SSHOPTS--p62954} "${ARG_HOSTNAME#*@}" "$@" | ssh-to-age
|