Closed trentm closed 13 years ago
From man ssh_config:
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
Nice, thanks.
From
man ssh_config
:You can generalize the block to this in "~/.ssh/config":