Auch mit Option -T
aus dem Handbuch
Pseudo-TTY-Zuordnung deaktivieren
Versuchen Sie es mit ssh -t -t
(oder ssh -tt
kurz) um eine Pseudo-TTY-Zuweisung zu erzwingen, selbst wenn stdin kein Terminal ist.
Siehe auch:Durch Bash-Skript ausgeführte SSH-Sitzung beenden
Von der SSH-Manpage:
-T Disable pseudo-tty allocation.
-t Force pseudo-tty allocation. This can be used to execute arbitrary
screen-based programs on a remote machine, which can be very useful,
e.g. when implementing menu services. Multiple -t options force tty
allocation, even if ssh has no local tty.