Skip to content
Snippets Groups Projects
Commit 81ddf047 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

add key files to be specified on the command line

parent a5898701
Branches
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ my ($version, $has_E)= get_ssh_version();
my $hash_algorithm= 'MD5';
my @files= <*.pub>;
push @files, @ARGV if (@ARGV);
# print "files: ", join (' ', @files), "\n";
push (@files, <authorized_keys*>);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment