diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go
index d9b169f0008de75408305a44c6a783ace9ecc103..b0979f62f57388a81e1e64e4bd1851236b60a1bc 100644
--- a/cmd/helm/helm.go
+++ b/cmd/helm/helm.go
@@ -141,7 +141,7 @@ func setupConnection(c *cobra.Command, args []string) error {
 			return err
 		}
 
-		tillerHost = fmt.Sprintf(":%d", tunnel.Local)
+		tillerHost = fmt.Sprintf("localhost:%d", tunnel.Local)
 		if flagDebug {
 			fmt.Printf("Created tunnel using local port: '%d'\n", tunnel.Local)
 		}