From 2bbaf2a2507ea0e486f4b8e98cd733191b1de4eb Mon Sep 17 00:00:00 2001 From: Alina Quereilhac Date: Thu, 13 Feb 2014 00:50:54 +0100 Subject: [PATCH] Fix typo in examples/planetlab/ccn/two_nodes_file_retrieval.py --- examples/planetlab/ccn/two_nodes_file_retrieval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/planetlab/ccn/two_nodes_file_retrieval.py b/examples/planetlab/ccn/two_nodes_file_retrieval.py index 7da5d179..096268f7 100644 --- a/examples/planetlab/ccn/two_nodes_file_retrieval.py +++ b/examples/planetlab/ccn/two_nodes_file_retrieval.py @@ -71,7 +71,7 @@ ec.set(node2, "plpassword", pl_pass) # username should be your PlanetLab slice name ec.set(node2, "username", slicename) # Absolute path to the SSH private key for PlanetLab -ec.set(node1, "identity", pl_ssh_key) +ec.set(node2, "identity", pl_ssh_key) # Clean all files, results, etc, from previous experiments wit the same exp_id ec.set(node2, "cleanExperiment", True) # Kill all running processes in the PlanetLab node before running the experiment -- 2.43.0