import net.dv8tion.jda.core.EmbedBuilder;
import java.awt.Color;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generating new SSH key best practice | |
# RSA is most widely used, 4096 bits recommended! | |
# Ed25519 was introduced in OpenSSH 6.5 of January 2014 | |
# Ref: https://goteleport.com/blog/comparing-ssh-keys/ | |
# Ref: https://medium.com/risan/upgrade-your-ssh-key-to-ed25519-c6e8d60d3c54 | |
# List all your keys | |
for key in ~/.ssh/id_*; do ssh-keygen -l -f "${key}"; done | uniq |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
000000 Officially Xerox | |
000001 SuperLAN-2U | |
000002 BBN (was internal usage only, no longer used) | |
000003 XEROX CORPORATION | |
000004 XEROX CORPORATION | |
000005 XEROX CORPORATION | |
000006 XEROX CORPORATION | |
000007 XEROX CORPORATION | |
000008 XEROX CORPORATION | |
000009 powerpipes? |