Testing
This commit is contained in:
parent
cde064ae21
commit
a9358ece4a
2 changed files with 8 additions and 6 deletions
|
@ -23,9 +23,6 @@ echo ">>> !!!!!"
|
|||
echo ">>> !!!!!"
|
||||
echo ">>> !!!!!"
|
||||
echo ">>> !!!!! Copy this signature to .sops.yaml: "
|
||||
echo ">>> !!!!!"
|
||||
echo ">>> !!!!!"
|
||||
echo ">>> !!!!!"
|
||||
|
||||
# Currently only RSA keys are allowed
|
||||
sudo ssh-to-pgp \
|
||||
|
@ -34,6 +31,10 @@ sudo ssh-to-pgp \
|
|||
-i /etc/ssh/ssh_host_rsa_key \
|
||||
-o /etc/nixos/git/keys/hosts/$(hostname).asc
|
||||
|
||||
echo ">>> !!!!!"
|
||||
echo ">>> !!!!!"
|
||||
echo ">>> !!!!!"
|
||||
|
||||
# Set up ssh keys
|
||||
echo ">>> Setting up SSH Keys..... "
|
||||
ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N ""
|
||||
|
|
|
@ -30,9 +30,6 @@ echo ">>> !!!!!"
|
|||
echo ">>> !!!!!"
|
||||
echo ">>> !!!!!"
|
||||
echo ">>> !!!!! Copy this signature to .sops.yaml: "
|
||||
echo ">>> !!!!!"
|
||||
echo ">>> !!!!!"
|
||||
echo ">>> !!!!!"
|
||||
|
||||
# Currently only RSA keys are allowed
|
||||
sudo ssh-to-pgp \
|
||||
|
@ -41,6 +38,10 @@ sudo ssh-to-pgp \
|
|||
-i /etc/ssh/ssh_host_rsa_key \
|
||||
-o /etc/nixos/git/keys/hosts/$(hostname).asc
|
||||
|
||||
echo ">>> !!!!!"
|
||||
echo ">>> !!!!!"
|
||||
echo ">>> !!!!!"
|
||||
|
||||
# Set up ssh keys
|
||||
echo ">>> Setting up SSH Keys..... "
|
||||
ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N ""
|
||||
|
|
Loading…
Reference in a new issue