Last active
December 14, 2024 13:58
-
-
Save miguelmota/3d907d8d74da525f9900c226176bf355 to your computer and use it in GitHub Desktop.
SSH agent enable service
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
systemctl --user enable ssh-agent | |
systemctl --user start ssh-agent | |
eval "$(ssh-agent -s)" | |
ssh-add -l | |
# ssh config: https://gist.github.com/miguelmota/8151c9213c5d1de80423e26297db8636 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment