Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-7623

Karaf SSH shell access: Do not buffer output from shell command

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 4.3.7
    • None
    • karaf
    • None

    Description

      Karaf SSH shell access: Do not buffer output from shell command.

      An easy way to reproduce the issue is

      ssh -v -p 8101 karaf@localhost 'x=0; while { %(x < 10) } { echo $x;sleep 2; %(x+=1) }' 

      with the ssh client receiving the output only once the while loop ends.

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            lichtin Martin Lichtin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: