Decrypt ISE Backup
Decrypt PGP encrypted ISE backup.
gpg -v --batch --yes --passphrase myEncryptionKey -d somefile.tar.gpg > somefile.tar
Search for a command to run...
Decrypt PGP encrypted ISE backup.
gpg -v --batch --yes --passphrase myEncryptionKey -d somefile.tar.gpg > somefile.tar
No comments yet. Be the first to comment.
Introduction "Layer 2 Spine-Leaf" is a great architecture for most small data centers. If the data center only has a few racks of equipment, it's often unnecessary to build a more complex design. In its most basic deployment, all gateways are SVIs (V...
Import Dell Enterprise SONiC into Eve-NG for labbing. Download Dell Enterprise SONiC (requires login) and put in proper directory. Download the GNS3 image for use in Eve-NG. mkdir /opt/unetlab/addons/qemu/SONiC-4.2.0 unzip Enterprise_SONiC_OS_4.2...
Here are some brief notes on authenticating Linux users with AD - including using SSH keys. All of this was done on Ubuntu 22.04. Install necessary packages: sudo apt install sssd-ad sssd-tools realmd adcli Join the domain: sudo realm join <domai...
Here are some commands I continually find myself searcing for, all in one place. Fix terminal height/width set cli terminal height 500 set cli terminal width 500 Update Content/Threats from CLI (update license first) request license fetch request ...