Menu

#198 ssh Advanced Options not saved?

v1.0 (example)
open
None
5
2014-05-28
2014-01-22
No

I added some options into the "Advanced Options" text box of my ssh connection. These options do not seem to be retained. Even after saving, the options are not displayed again in that text box. Unsure if they have been saved.

Discussion

  • David Torrejón Vaquerizas

    Hi!

    The problem is that the "Advanced options" must look like:

    -o "PreferredAuthentications=password" -o "whatsoever=yourvalue" -o...

    That is: you have to use the

    -o "key=value"

    format (concatenating as many options as you wish).
    Take a look at SSH's manual (man ssh) and check the "-o" option. :)

    Thank you very much for trying PAC!! :)

    -David.

     

    Last edit: David Torrejón Vaquerizas 2014-01-22
  • Nanawel

    Nanawel - 2014-05-28

    So if I understand correctly it is not the right place to use the "-t" switch either?
    If not is there a place for it in the connection configuration?

     

Log in to post a comment.