Score:1

ssh_config equivalent to ssh -t

id flag

Is there an equivalent to ssh -t in the ssh config?

man page ssh -t

I couldn't find anything in the man pages.

OpenSSH >= 8.9

Score:2
fr flag
anx

https://man.openbsd.org/ssh_config#RequestTTY

RequestTTY

Specifies whether to request a pseudo-tty for the session. The argument may be one of: no (never request a TTY), yes (always request a TTY when standard input is a TTY), force (always request a TTY) or auto (request a TTY when opening a login session). This option mirrors the -t and -T flags for ssh(1).

You have been looking at a very old manual, e.g. it even mentions SSH protocol version 1 support, which has been finally deleted from OpenSSH back in 2017. Per Release notes, the RequestTTY option was added in OpenSSH 5.9/5.9p1 (2011-09-06).

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.