Forward GNUPG agent with the following steps:
On the remote insecure machine:
Run gpg once to create the directory structure.
gpg --list-keys
Forward GNUPG agent with the following steps:
Run gpg once to create the directory structure.
gpg --list-keys
#!/bin/sh -efu | |
# | |
# Binary search tree is of the form: | |
# 10 | |
# / \ | |
# / \ | |
# 4 16 | |
# / \ / | |
# 1 7 12 | |
# |