Table of Contents

Created by gh-md-toc

public-keys

My public ssh and gpg keys

Make sure gpg and curl is installed in your system before attempting any of the following

To import all my ssh and gpg keys

Fetch and run the script

bash <(curl -fsSL https://gitlab.com/frankper/public-keys/-/raw/main/install_frank.sh) -a

To import only my ssh keys

bash <(curl -fsSL https://gitlab.com/frankper/public-keys/-/raw/main/install_frank.sh) -s 

To import only my gpg keys

From Ubuntu GPG keyserver

bash <(curl -fsSL https://gitlab.com/frankper/public-keys/-/raw/main/install_frank.sh) -u

From my gitlab repo

bash <(curl -fsSL https://gitlab.com/frankper/public-keys/-/raw/main/install_frank.sh) -g

GPG Keys URLS

main

repo tree

├── authorized_keys
├── gpg-keys-urls
├── install_frank.sh
├── keyfiles/
│  ├── frank.perrakis.datastax.pgp
│  ├── frank.perrakis.main.2021.pgp
│  ├── frank.perrakis.main.2022.pgp
│  └── frank.perrakis.vagrant.pgp
├── README.md
├── revoced_keyfiles/
│  ├── frank.perrakis.gpg001.asc
│  ├── frank.perrakis.gpg002.asc
│  ├── frank.perrakis.gpg003.v2-v3.asc
│  └── frank.perrakis.yubikey.asc
└── rsync_keys.sh