Displaying 3 results from an estimated 3 matches for "fryer".
Did you mean:
feyer
2007 Mar 07
2
Power calculation for detecting linear trend
Dear people,
I've a problem in doing a power calculation. In Fryer and Nicholson
(1993), ICES J. mar. Sci. 50: 161-168 page 164 an example is given with
the following characteristics
T=5, points in time
R=5, replicates
Var.within=0.1
q=10, a 10% increase per year
The degrees of freedom for the test are calculated as Vl=T*R-2=23 and
the non-centrality parameter Dl=...
2024 Apr 25
1
[Bug 3683] New: Enable log_path configuration from ssh_config
...g
Product: Portable OpenSSH
Version: 9.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: bryon at fryer.io
ssh_config lacks the ability to set the same configuration option
available from the cli with "-E log_file".
Pull request: https://github.com/openssh/openssh-portable/pull/491
--
You are receiving this mail because:
You are watching the assignee of the bug.
2024 Apr 25
1
[PATCH] Enable ssh_config to set LogPath option (-E)
ssh client has the ability to set the destination of debug logs via the `-E` flag. ssh_config lacks an equivalent keyword to set the same option via configs.
This patch follows the same semantics of other `*Path` type keywords and creates a new ssh_config keyword `LogPath`.
[0] Bugzilla: https://bugzilla.mindrot.org/show_bug.cgi?id=3683
[1] GitHub PR: