fix ssh key path

This commit is contained in:
2024-01-17 14:35:06 +01:00
parent 9be97947b5
commit 702c8f7bf7
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/bash
## Install luser.deb to remote host
DMZKEYFILE="/home/anon/.ssh/dmz"
DMZKEYFILE=$(echo -n ~)"/.ssh/dmz"
HOST="$1"
if [[ -z "$HOST" ]]; then