cluelessh/bin/cluelesshd/tests/openssh-client/interactive-pty.sh
2024-08-26 20:53:03 +02:00

3 lines
82 B
Bash

#!/usr/bin/env bash
printf $"exit\r" | ssh -oRequestTTY=force -p "$PORT" "$HOST"