fix ssh key path
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user