Forward GNUPG agent with the following steps:
Run gpg once to create the directory structure.
gpg --list-keys
| #!/usr/bin/env python3 | |
| # vim: sw=4 | |
| # Copyright (c) 2018 Steffen Prohaska <[email protected]>. | |
| # Licensed under the MIT License. | |
| # | |
| # Available at: | |
| # | |
| # - Gist <https://gist.github.com/sprohaska/f3cd4287d8c41b74fc808b5a5396cad1> |
I hereby claim:
To claim this, I am signing this object:
| #@ /etc/quagga/bgpd.conf (Centos & Ubuntu) | |
| hostname <Local OS hostname> | |
| password <Any random phrase> | |
| enable password <Any random phrase> | |
| ! | |
| log file /var/log/quagga/bgpd | |
| !debug bgp events | |
| !debug bgp zebra | |
| debug bgp updates |