bugzilla-daemon at mindrot.org
2003-Jun-04 12:00 UTC
[Bug 554] RFE: PATH_SSH_KEY_SIGN, SSH_RAND_HELPER
http://bugzilla.mindrot.org/show_bug.cgi?id=554
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From djm at mindrot.org 2003-06-04 22:00 -------
No, we want less options rather than more. You can always use symlinks...
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jun-04 13:27 UTC
[Bug 554] RFE: PATH_SSH_KEY_SIGN, SSH_RAND_HELPER
http://bugzilla.mindrot.org/show_bug.cgi?id=554
elkner at linofee.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |
------- Additional Comments From elkner at linofee.org 2003-06-04 23:26 -------
Symlinks are not a solution. E.g., if you install openssh on a shared volume
(i.e. NFS) named /usr/local, you can't expect, that the admin creates on
dozens of
other machines a link from /usr/sbin/.... to /usr/local/,,,.
Furthermore symlinks are a bad solution wrt. NFS shared fs. E.g. something
refers
to /usr/sbin/... and that is a link to /usr/local, which is an NFS drive, which
is
not available for any reason, the whole machine starts hanging.
Also symlinks may sometimes impose security risk and are usually slower than
direct access.
Hardcoding pathes is really an ancient practice and should be avoided in a
modern application. Symlinks are not a solution as well, they are more or less
an "instrument" to save diskspace and to "keep files
uptodate". It is NOT an
"instrument" to solve application weaknesses!
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jun-04 13:44 UTC
[Bug 554] RFE: PATH_SSH_KEY_SIGN, SSH_RAND_HELPER
http://bugzilla.mindrot.org/show_bug.cgi?id=554
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From djm at mindrot.org 2003-06-04 23:44 -------
Sorry, as I said: we are not adding extra options for this.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.