Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ENH: See if syntax highlighting is supported for ssh_config
  • Loading branch information
pan14001 committed Aug 15, 2016
1 parent 1266494 commit 54c6d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ remote$ for host in cgi{01..10}; do ssh-copy-id -i $idf cgi_user@$host; done

Add the identity file to your `~/.ssh/config`

```
```ssh_config
Host cgi*
IdentityFile ~/.ssh/id_rsa-cgi-202
User cgi_user
Expand Down

0 comments on commit 54c6d86

Please sign in to comment.