bugzilla-daemon at mindrot.org
2012-Aug-22 10:40 UTC
[Bug 1815] RemoteCommand and PseudoTTY config options
https://bugzilla.mindrot.org/show_bug.cgi?id=1815 Tisza Gerg? <gtisza at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gtisza at gmail.com --- Comment #5 from Tisza Gerg? <gtisza at gmail.com> --- One possible use case for RemoteCommand would be to set different prompts on certain machines (e.g. if we SSH to the production server, change the prompt to red). This could be done via sshrc, but that might be inconvenient or controversial if the remote account is used by many different people. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2012-Sep-07 01:47 UTC
[Bug 1815] RemoteCommand and PseudoTTY config options
https://bugzilla.mindrot.org/show_bug.cgi?id=1815 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Darren Tucker <dtucker at zip.com.au> --- if you're using openssh on windows you've likely got enough of cygwin to run shell scripts as well. anyway: we're not adding RemoteCommand because it is not needed. there's lots of other ways of achieving the same goal: a local script, remote ForceCommand, remote sshrc, remote shell startup file. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2012-Sep-07 05:11 UTC
[Bug 1815] RemoteCommand and PseudoTTY config options
https://bugzilla.mindrot.org/show_bug.cgi?id=1815 Bj?rn "Vampire" Kautler <Vampire at Masters-of-Disaster.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #7 from Bj?rn "Vampire" Kautler <Vampire at Masters-of-Disaster.de> --- This is not FIXED, at most it is WONTFIX. But I cannot agree with "it is not needed". remote ForceCommand, remote sshrc and remote shell startup file can only support one command per user per host (the first even one command for all users) and also the SourceForge usecase is NOT POSSIBLE with it. local script is possible of course, but you can replace most of the other ssh Options by a local script also with using command-line parameters. And the SourceForge case is also there NOT POSSIBLE when trying to use rsync or scp. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2012-Sep-07 05:26 UTC
[Bug 1815] RemoteCommand and PseudoTTY config options
https://bugzilla.mindrot.org/show_bug.cgi?id=1815 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Darren Tucker <dtucker at zip.com.au> --- We added RequestTTY, that's why it was marked as fixed. We don't agree with your rationale for the RemoteCommand changes and have decided not to add it. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
Reasonably Related Threads
- [Bug 1815] New: RemoteCommand and PseudoTTY config options
- [Bug 1815] RemoteCommand and PseudoTTY config options
- [Bug 3209] New: Make overriding RemoteCommand on the cli easier
- Feature request/EOI: Match interactive config?
- [Bug 2558] New: Add RemoteCommand option to ssh client