Skip to content
View echo-dave's full-sized avatar

Block or report echo-dave

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nodesysmon nodesysmon Public

    Node Simple System Monitor

    JavaScript

  2. jsMusicPlayer jsMusicPlayer Public

    a simple music player for the musically inclined

    JavaScript

  3. unKnowd unKnowd Public

    a platform for putting community back in communities

    JavaScript 1 1

  4. Mac OS: Load SSH keys on login / res... Mac OS: Load SSH keys on login / restart
    1
    # Help my SSH keys are unavailable after restart
    2
    I'm still not sure what but on both my systems my keys just don't get loaded back into the ssh-agent on restarts and new login sessions. I got annoyed enough at it that I jumped through the hoops of putting ssh-add into a script and writting a property list file to load as a launchagent to fix it.
    3
    
    
    4
    ## Add SSH Keys
    5
    If you haven't done so already you can use the well written [gub hub](https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) instructions for generating ssh keys. Once you get them generated you'll add them with `ssh-add -K <sshkey>` where sshkey is the file path/name. Keys are stored by default in your ~/.ssh folder