[Assorted-commits] SF.net SVN: assorted:[1857] configs/trunk/src/ssh/config
Brought to you by:
yangzhang
From: <yan...@us...> - 2013-04-25 19:06:34
|
Revision: 1857 http://sourceforge.net/p/assorted/svn/1857 Author: yangzhang Date: 2013-04-25 19:06:20 +0000 (Thu, 25 Apr 2013) Log Message: ----------- Add aws.slice-data.com hosts Modified Paths: -------------- configs/trunk/src/ssh/config Modified: configs/trunk/src/ssh/config =================================================================== --- configs/trunk/src/ssh/config 2013-04-25 17:57:59 UTC (rev 1856) +++ configs/trunk/src/ssh/config 2013-04-25 19:06:20 UTC (rev 1857) @@ -3,6 +3,18 @@ # StrictHostKeyChecking yes/no/ask # NoHostAuthenticationForLocalhost yes/no +Host www.aws.slice-data.com dev.aws.slice-data.com newwww.aws.slice-data.com + User ubuntu + IdentityFile /home/yang/sec/slice-west-2.pem + +#Host dev.aws.slice-data.com + #HostName 10.252.172.110 + +Host testluser + HostName github.com + IdentityFile /home/yang/gittest/testluser/testluser.id_rsa + IdentitiesOnly yes + TCPKeepAlive=yes ServerAliveInterval=300 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |