mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
3 lines
82 B
Bash
3 lines
82 B
Bash
#!/usr/bin/env bash
|
|
|
|
printf $"exit\r" | ssh -oRequestTTY=force -p "$PORT" "$HOST"
|