diff options
-rwxr-xr-x | update-openssh-known-hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-openssh-known-hosts b/update-openssh-known-hosts index bf5981b..50dee5d 100755 --- a/update-openssh-known-hosts +++ b/update-openssh-known-hosts @@ -3,7 +3,7 @@ set -euC CONFDIR=/etc/openssh-known-hosts -PLUGIN_PATH=/usr/share/openssh-known-hosts/plugins:/usr/local/share/openssh-known-hosts/plugins +PLUGIN_PATH=/usr/local/share/openssh-known-hosts/plugins:/usr/share/openssh-known-hosts/plugins CACHEDIR=/var/cache/openssh-known-hosts LOCK=/var/lock/openssh-known-hosts OUTFILE=/var/lib/openssh-known-hosts/ssh_known_hosts |