From 54c6d8616170e989d23aff7e13d1404817a8f834 Mon Sep 17 00:00:00 2001 From: Pariksheet Nanda Date: Mon, 15 Aug 2016 14:47:56 -0400 Subject: [PATCH] ENH: See if syntax highlighting is supported for ssh_config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9db7e06..41e1f15 100644 --- a/README.md +++ b/README.md @@ -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