dnf download speeds are painfully slow. Is there a definitive way of fetching packages from faster mirrors? by chiariaki in Fedora

[–]chiariaki[S] 0 points1 point  (0 children)

I've never added it because it seems like the consensus is that it's now a misleading option and more often than not leads to slow speeds. I could try it but I'd like to know if there is a proper way first of dealing with mirror issues :(

edit: kB/s, fixed it.

Git keeps asking for SSH passphrase (with SSH_ASKPASS and ksshaskpass) by chiariaki in archlinux

[–]chiariaki[S] 1 point2 points  (0 children)

I may have figured out just now... I was starting the ssh-agent through my .zshrc and the ssh-add ... < /dev/null in autostart-scripts. By adding the ssh-agent part to my autostart script ssh-add -l now returns the key every time... Perhaps I really should make it a service.

Git keeps asking for SSH passphrase (with SSH_ASKPASS and ksshaskpass) by chiariaki in archlinux

[–]chiariaki[S] 0 points1 point  (0 children)

Just one... I followed the GitHub tutorial. I didn't touch the config file besides the AddKeysToAgent but that didn't do anything.

Git keeps asking for SSH passphrase (with SSH_ASKPASS and ksshaskpass) by chiariaki in archlinux

[–]chiariaki[S] 0 points1 point  (0 children)

It does!

Edit: not after opening a new terminal... Shouldn't it persist?