mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-27 09:46:12 +03:00
[GH-ISSUE #72] importing gpg keys for kali repos on networks with firewalls #61
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @solinium on GitHub (Apr 28, 2017).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/72
On several networks I've used with strict firewalls I wasn't able to import keys for the Kali repositories because by default the keys were being fetched from port 11371. You could fix this easily by changing the keyserver from "pgp.mit.edu" to "http://pgp.mit.edu:80/" and it would help people behind firewalls and be same for people with normal connections.
Thanks!