diff options
Diffstat (limited to 'rhimport.pm')
-rw-r--r-- | rhimport.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport.pm b/rhimport.pm index 48b5b17..dc08479 100644 --- a/rhimport.pm +++ b/rhimport.pm @@ -31,7 +31,7 @@ use File::Spec; my $ssh_host = "airplay"; my $ssh_user = "rhimport"; -my $ssh_key_file = "id_dsa"; # "/etc/rhimport/import_key"; +my $ssh_key_file = "~/.rhimport/import.key"; my $ssh_dir = "/programm/.rhimport"; my $rdimport_wrapper = "/usr/local/bin/dropbox_newfile.pl"; |