login.sh aktualisiert

This commit is contained in:
alf
2025-11-23 12:47:49 +00:00
parent 9c3fb71f98
commit 252da4cc76

View File

@ -73,6 +73,7 @@ case $TARGET_LABEL in
"Nextcloud PTV" | "SPZSSH") "Nextcloud PTV" | "SPZSSH")
log_info "Einfaches Login mit statischen PublicKey..." log_info "Einfaches Login mit statischen PublicKey..."
TARGET_PORT="22"
ssh -p "$TARGET_PORT" -i "$SIMPLE_KEY" "$SSH_USER@$TARGET_HOST" ssh -p "$TARGET_PORT" -i "$SIMPLE_KEY" "$SSH_USER@$TARGET_HOST"
log_info " ERR: $?" log_info " ERR: $?"
;; ;;