I have an OpenSSH server running under Ubuntu 14.04LTS. I'm connecting to it from a Windows 7 machine via PuTTY's SSH client. I have found this option on Putty client named Disable remote-controlled window title changing
:
... that, basically, allows the SSH Server to change the Putty's window title. But I have found no docs about how can OpenSSH-Server at the Linux side be configured to send such window title change order.
If that info is on sshd_config I have not found it.
I have only found methods for changing this window title at the client (they must be run at the client side), but this is not what I am searching for (due to I use different SSH clients, not only Putty). For example, the Putty method is at Windows --> Behaviour --> Window title:
Additional points
- In order to make things clearer, let's suppose some scenario where we only have control of the SSH Server machine, and we can not modify/access/configure anything on the SSH client.
- The way to solve this
Send title change order
for Bitvise SSH Server (Windows version) is here. I don't think it will be useful for OpenSSH Server as long as it is a Linux program, but... who knows? Anyway, it is a good working example of the case scenario referred to on the above point 1: the only change is made on the server side, and the title window on the remote connecting (via SSH) computer gets automatically changed