bigbn / drop-down-terminal-x

Drop Down Terminal X extension for the Gnome Shell
https://extensions.gnome.org/extension/1509/drop-down-terminal-x/?c=38764
GNU General Public License v3.0
92 stars 9 forks source link

Update terminal.js #63

Closed MaxMaxoff closed 4 years ago

MaxMaxoff commented 4 years ago

fixed LogLevel ignoring: line 425 '-v' removed

bigbn commented 4 years ago

Can you provide the reason why the verbose mode should be disabled? What happens if there is something wrong with specified connection? There will be only black screen without any suitable info.

MaxMaxoff commented 4 years ago

Look, actually you can use LogLevel option in .ssh/config or global ssh config files for that, you can read, for example, there https://www.ssh.com/ssh/config/

In case if you use '-v' option then it means that LogLevel = DEBUG1 and it will ignore LogLevel settings in ssh config file, just because of that. Just because you shouldn't hardcode LogLevel option and you should allow users to configure it in ssh config file.

And in case if someone needs to see verbose information not only black screen they can configure LogLevel for alias in ssh config file.