From edae05410fc7850547297a46033b8fa4af616b7b Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 7 Dec 2007 19:47:34 +0000 Subject: [PATCH] leave path to public key undefined --- node_ssh/nst_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_ssh/nst_config b/node_ssh/nst_config index 6c6f21f..b805f6b 100644 --- a/node_ssh/nst_config +++ b/node_ssh/nst_config @@ -6,7 +6,7 @@ NST_API_SERVER='https://www.planet-lab.org/PLCAPI/' # Slice SSH Public Key # The SSH public key used to access the slice. -NST_KEY_PATH='/usr/share/planetlab/tests/nts/keys/nts.pub' +NST_KEY_PATH='PATH_TO_PUBLIC_KEY_FILE' # Slice Name # Name of the slice to use. -- 2.47.0