search for: dq

Displaying 20 results from an estimated 158 matches for "dq".

2015 Aug 05
2
[PATCH 1/1] document all hash algorithms available for key fingerprint display
...anged, 6 insertions(+), 2 deletions(-) diff --git a/ssh_config.5 b/ssh_config.5 index 5b0975f..28f7714 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -649,9 +649,13 @@ The default is .It Cm FingerprintHash Specifies the hash algorithm used when displaying key fingerprints. Valid options are: -.Dq md5 +.Dq md5 , +.Dq ripemd160 , +.Dq sha1 , +.Dq sha256 , +.Dq sha384 and -.Dq sha256 . +.Dq sha512 . The default is .Dq sha256 . .It Cm ForwardAgent -- 2.5.0
2007 Apr 06
0
translating sas proc mixed to lme()
...d into a lme() syntax. It seems that I was able to do it for part of the model, but a few things are still different. It is a 2-level bivariate model (some call it a pseudo-3-level model). PROC MIXED DATA=psdata.bivar COVTEST METHOD = ml; CLASS cluster_ID individual_id variable_id ; MODEL y = Dp Dq / SOLUTION NOINT; RANDOM Dp Dq / SUBJECT = cluster_ID TYPE=UN G GCORR; REPEATED variable_id / SUBJECT = individual_ID(cluster_ID) TYPE=UN R RCORR; RUN; Here is my try: dta = sqlQuery(odbcConnect("sasodbc", believeNRows=FALSE), "select * from psdata.bivar") v = lme(Y~Dp+Dq-1,...
2011 May 04
1
fGarch
Hi, I am attempting to fit a ARMA/GARCH regression model without success. ### ARIMA-GARCH model with regressor ### ### Time series data: A multivariate data set. cov.ts.dq = cov.ts[1:4,"dq1"][!is.na(cov.ts[,"dq1"])] cov.ts.day = ts.intersect(dq = diff(q.ts), day = lag(q.ts, -1)) ### The following R scripts work: (summary(no.day.fitr <- garchFit(dq ~ arma(0,3) + garch(1,1), data = cov.ts.day))) (summary(no.day.fitr2 <- garchFit(dq ~ arma(0,3...
2001 Oct 26
2
Patch to add "warn" value to ForwardX11 and ForwardAgent
...tch_set(SSH_SMSG_AGENT_OPEN, &client_input_agent_open); + dispatch_set(SSH_SMSG_X11_OPEN, &client_input_x11_open); } static void client_init_dispatch_15(void) --- ssh.1.O Fri Oct 26 12:56:10 2001 +++ ssh.1 Fri Oct 26 13:12:17 2001 @@ -308,6 +308,8 @@ .Cm ForwardX11 variable is set to .Dq yes +or +.Dq warn (or, see the description of the .Fl X and @@ -846,9 +848,18 @@ Specifies whether the connection to the authentication agent (if any) will be forwarded to the remote machine. The argument must be -.Dq yes +.Dq yes , +.Dq no , or -.Dq no . +.Dq warn . +If it is set to +.Dq wa...
2010 Jan 18
3
Using the output of strsplit
I successfully combined my data frames, and am now on my next hurdle. I had combined the data and quarter, and used tapply to count the entries for each unique date/quarter pair. ar= tapply(ewrgnd$gw, list(ewrgnd$dq), sum) #for each date/quarter combination sums the gw (which are all 1) dq=row.names(ar) spl=strsplit(dq) But I need to split them back into the separate date and quarter. So I used strsplit(), and get > spl [[1]] [1] "2009-01-01" "60" [[2]] [1] "2009-01-01&quo...
2009 May 13
2
ode first step
Hi all, I try to assess the parameters (K1,K2) of a model that describes the adsorption of a molecule onto on adsorbent. equation: dq/dt = K1*C*(qm-q)-K2*q I know the value of 'qm' and I experimentally measure the variables 'q', 'C', and the time 't'. t C q 1 0 144.05047 0.0000000 2 565 99.71492 0.1105625 3 988 74.99426 0.1722100 4 1415 58.65572 0.2129545 5...
2021 Jul 25
6
[Bug 3331] New: Issues with man pages
...ied, the capacity information will be displayed " "using \"human-readable\" suffixes. The E<.Fl i> flag requests display of " "inode information in addition to capacity information. This command is only " "supported on servers that implement the E<.Dq statvfs at openssh.com> extension." Issue: Broken wrapping, everything before "Create" belongs to the command "E<.Op Fl s> E<.Ar oldpath> E<.Ar newpath> E<.Xc> Create a link from E<.Ar " "oldpath> to E<.Ar newpath>. If the E&l...
2009 May 26
2
using lsoda() and nls() together
...quot;getwd()" In spite of the name, this vignette includes an example entirely in R. By comparing it with your code, I see that you do NOT provide a connection between y, parms, K1, C0, m, V, K2 and q. Something like the following might work: kinetic.model<-function(t,y,parms){ dq.dt = parms['K1']*y['C0'] - (parms['K1']*y['m']/y['V']+ parms['K2'])*y['q'] list(dq.dt) } This may not be correct, but I hope the changes will help you see how to make it work. Bon Chance. Spencer Graves Benoit Bouli...
2010 Feb 01
3
merging data frames gives all NAs
...1 1 21 46 87 5 TA TAI TAI570 AircraftType Tail Arrived STA Runway FromTo Delay NA <NA> <NA> <NA> <NA> <NA> <NA> NA 529 A320 N496TA 21:46:58 22:30 31R MSLP /KJFK 0 Operator dq gw NA <NA> <NA> NA 529 TACA INTERNATIONAL AIRLINES 2009-01-01 87 1 > ar4rw[1:2,] # second time through for 31L DateTime Date month hour minute quarter weekday IATA ICAO Flight NA <NA> <NA> NA NA NA NA NA <NA> <NA> <NA...
2012 May 17
2
New Subsystem criteria for Match option block in OpenSSH server
...src/sshd.8 =============================================================================== 111c111 < that would apply to the specified user, host, and address will be set before --- > that would apply to the specified user, host, address, and subsystem > will be set before 116a117 > .Dq addr , 118,119c119,127 < .Dq addr . < All are required and may be supplied in any order, either with multiple --- > .Dq subsystem . > Only > .Dq user , > .Dq host , > and > .Dq addr > keywords are required; > .Dq subsystem > is optional. These parameters may be sup...
2002 Aug 09
0
patch to ssh.c for KerberosTgtPassing and readability patches for config files and manpages
...nfig.5 =================================================================== RCS file: /cvs/openssh/ssh_config.5,v retrieving revision 1.1 diff -u -r1.1 ssh_config.5 --- ssh_config.5 21 Jun 2002 00:59:06 -0000 1.1 +++ ssh_config.5 9 Aug 2002 21:43:30 -0000 @@ -355,8 +355,8 @@ or .Dq no . .It Cm KerberosTgtPassing -Specifies whether a Kerberos TGT will be forwarded to the server. -This will only work if the Kerberos server is actually an AFS kaserver. +Specifies whether Kerberos V4/5 TGT's will be forwarded to the server. +This will only work with Kerberos V4 if the KDC is...
2003 Sep 13
2
CVS is missing documentation for HostbasedUsesNameFromPacketOnly
..._must_ be yes if you want HostbasedAuthentication to work. -- Carson -------------- next part -------------- --- sshd_config.5.DIST 2003-09-13 02:25:18.365707000 -0400+++ sshd_config.5 2003-09-13 02:46:29.430974000 -0400@@ -245,6 +245,16 @@ and applies to protocol version 2 only. The default is .Dq no .+.It Cm HostbasedUsesNameFromPacketOnly+Specifies whether HostbasedAuthentication fails if the client supplied+hostname does not match the hostname derived by reverse resolving the+client's IP address. If UseDNS is set to+.Dq no ,+the client supplied hostname will be compared with the clien...
2014 Jan 19
1
For the default of CanonicalizeFallbackLocal
Hi, The default value for the option CanonicalizeFallbackLocal. In the manual, The default value "no". CanonicalizeFallbackLocal Specifies whether to fail with an error when hostname canonical- ization fails. The default, ?no?, will attempt to look up the unqualified hostname using the system resolver?s search rules. A value
2001 Mar 03
0
[PATCH] PrintLastLog option
...NTICATE */ - if (last_login_time != 0) { + if (options.print_lastlog && last_login_time != 0) { time_string = ctime(&last_login_time); if (strchr(time_string, '\n')) Index: sshd.8 --- sshd.8.prev +++ sshd.8 Thu Feb 22 20:59:46 2001 @@ -350,4 +350,20 @@ The default is .Dq no . +.Pp +Note: These messages can also be generated by PAM, so if you find that +you are getting the message twice, switch this one +.Dq off +and let PAM handle it. +.It Cm PrintLastLogin +Specifies whether +.Nm +should print the date and tty of last login when a user logs in +interactively. The...
2005 May 25
2
Conferences using Manager API
Hi all, I am trying to setup a three party conference using the Asterisk Manager API. I am using the Redirect action over an established two party call. The procedure I am using is to try to redirect the two existing channels to a third party. I would expect this to connect both channels to the third party. However, one of the two parties gets disconnected. Is this the expected behavior? Is there
2003 Jan 29
0
[PATCH] features for restricted shell environments
..._restricted(RESTRICT_X11, s->pw)) { + packet_send_debug("X11 forwarding disabled."); return 0; } if (!options.xauth_location || --- sshd_config.5 28 Jan 2003 18:06:53 -0000 1.1.1.2 +++ sshd_config.5 29 Jan 2003 21:26:12 -0000 1.8 @@ -465,6 +466,35 @@ If this option is set to .Dq no root is not allowed to login. +.It Cm PermitTcpConnect +Restricts TCP forwarding from the client so that +only certain connection destinations are permitted. +In the absence of any +.Cm PermitTcpConnect +options, any outgoing connection is permitted +(although per-key restrictions may be impose...
2010 Jan 12
2
[patch] Automatically add keys to agent
...sion 1.126 diff -u -N -p ssh_config.5 --- ssh_config.5 9 Jan 2010 23:04:13 -0000 1.126 +++ ssh_config.5 11 Jan 2010 23:31:21 -0000 @@ -116,6 +116,27 @@ a canonicalized host name before matching). See .Sx PATTERNS for more information on patterns. +.It Cm AddKeyToAgent +If this option is set to +.Dq yes +and +.Xr ssh-agent 1 +is running, any keys unlocked with a password will be added to the agent (with +the default lifetime). +Setting this to +.Dq ask +will cause ssh to require confirmation using the +.Ev SSH_ASKPASS +program before the key is added (see +.Xr ssh-add 1 +for details). +The arg...
2012 Apr 18
2
quarter end dates between two date strings
Hello, I have two date strings, say "1972-06-30" and "2012-01-31", and I'd like to get every quarter period end date between those dates? Does anyone know how to do this? Speed is important... Here is a small sample: Two dates: "2007-01-31" "2012-01-31" And I'd like to get this: [1] "2007-03-31" "2007-06-30"
2002 Jan 24
1
PATCH: krb4/krb5/... names/patterns in auth_keys entries
...n) -in protocol version 2. +in protocol version 2. It can also list key names or key patterns +for external authentication systems, such as krb4, krb5, gsi, etc... .Cm AuthorizedKeysFile may be used to specify an alternative file. .Pp @@ -955,7 +956,19 @@ For protocol version 2 the keytype is .Dq ssh-dss or -.Dq ssh-rsa . +.Dq ssh-rsa +or +.Dq ssh-named:<keytype> +or +.Dq ssh-name-pat:<keytype> . +.Pp +Named keys and key name patterns follow the latter two, in double +quotes if they contain whitespace. Named key types may include: +.Dq krb4 , +.Dq krb5 +and/or +.Dq gsi , +depen...
2001 Aug 15
0
[ossh patch] principal name/patterns in authorized_keys2
...ocol version 2. +in protocol version 2. It can also list key names or key patterns +for external authentication systems, such as krb4, krb5, gsi, etc... .Pp Each line of the file contains one key (empty lines and lines starting with a @@ -873,7 +874,19 @@ For protocol version 2 the keytype is .Dq ssh-dss or -.Dq ssh-rsa . +.Dq ssh-rsa +or +.Dq ssh-ext-named:<keytype> +or +.Dq ssh-ext-name-pat:<keytype> . +.Pp +Named keys and key name patterns follow the latter two, in double +quotes if they contain whitespace. Named key types may include: +.Dq krb4 , +.Dq krb5 +and/or +.Dq gsi...