From 8dae884cba115d4013d3038d8b97d6e840d48d88 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 31 Jan 2011 09:40:56 -0600 Subject: SSHbase: Fix hang when file not present on client Signed-off-by: Sol Jerome --- doc/appendix/guides/import-existing-ssh-keys.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/appendix/guides/import-existing-ssh-keys.txt b/doc/appendix/guides/import-existing-ssh-keys.txt index d3befec26..e606ba908 100644 --- a/doc/appendix/guides/import-existing-ssh-keys.txt +++ b/doc/appendix/guides/import-existing-ssh-keys.txt @@ -88,7 +88,7 @@ stats and insert it as host-specific copies of these files in for key in ssh_host_rsa_key ssh_host_dsa_key ssh_host_key; do sudo bcfg2-admin pull Path /etc/ssh/$key - sudo bcfg2-admin pull Path /etc/ssh/${key}.pub + sudo bcfg2-admin pull Path /etc/ssh/$key.pub done This for loop pulls data that was collected by the bcfg2 client out of -- cgit v1.2.3-1-g7c22