nschum / Gitifier

Git commit notifier for MacOSX
http://psionides.github.com/Gitifier/
Eclipse Public License 1.0
314 stars 15 forks source link

use "%d" in Tips and Tricks section for IdentityFile #21

Closed trentm closed 13 years ago

trentm commented 13 years ago

From man ssh_config:

`%d' (local user's home directory),

You can generalize the block to this in "~/.ssh/config":

Host github.com
  IdentityFile %d/.ssh/my_github_key
mackuba commented 13 years ago

Nice, thanks.