012ee2f6f9ad

stable: use names
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 23 Sep 2010 17:42:09 -0400
parents 2e52cefc1899
children a4cd3c666a79
branches/tags (none)
files zsh/stable.zsh

Changes

--- a/zsh/stable.zsh	Tue Sep 21 12:53:12 2010 -0400
+++ b/zsh/stable.zsh	Thu Sep 23 17:42:09 2010 -0400
@@ -1,3 +1,3 @@
 function sssh {
-    ssh -i ~/.ec2/id_rsa-gsg-keypair ubuntu@$1
+    ssh -i ~/.ec2/id_rsa-gsg-keypair ubuntu@$1.stable.io
 }