search for: kimmel

Displaying 6 results from an estimated 6 matches for "kimmel".

Did you mean: himmel
2016 Feb 17
5
Using 'ForceCommand' Option
Gert, Thank you for the feedback. Can you give any further direction on where to get more information on what you are describing? On Wed, Feb 17, 2016 at 3:17 PM, Gert Doering <gert at greenie.muc.de> wrote: > Hi, > > On Wed, Feb 17, 2016 at 12:59:57PM -0600, Lesley Kimmel wrote: > > I would like to implement an arbitrary script to be executed when logging > > on via SSH. > > I'd just do this in the PAM session handler. > > ForceCommand means "run this command *and then exit*", so this is not > what you want. > > gert &g...
2016 Mar 04
2
Using 'ForceCommand' Option
Lesley Kimmel <lesley.j.kimmel at gmail.com> writes: > So I probably shouldn't have said "arbitrary" script. What I really > want to do is to present a terms of service notice (/etc/issue). But I > also want to get the user to actually confirm (by typing 'y') that > they a...
2016 Feb 17
2
Using 'ForceCommand' Option
...ven as simple as echoing a string, clients can no longer connect to the server. Clients report only that the connection was dropped by the server. The server, in debug mode, shows: Feb 17 16:14:01 is-rhsat-lv02 sshd[13008]: Starting session: forced-command (config) '/tmp/s.sh' on pts/3 for kimmell from 198.253.183.24 port 55673 Feb 17 16:14:01 is-rhsat-lv02 sshd[13008]: debug3: mm_audit_run_command entering command /tmp/s.sh Feb 17 16:14:01 is-rhsat-lv02 sshd[13008]: debug3: mm_request_send entering: type 114 Feb 17 16:14:01 is-rhsat-lv02 sshd[13008]: debug3: mm_request_receive_expect enter...
2003 Dec 12
1
Basic question on function
...ethz.ch> Subject: [R] Basic question on function "identical" > for(i in c(1:5)) + { + print(identical(i,1)) + } [1] FALSE [1] FALSE [1] FALSE [1] FALSE [1] FALSE Why don't I get: [1] TRUE [1] FALSE [1] FALSE [1] FALSE [1] FALSE John Welsh Associate Professor Sidney Kimmel Cancer Center 10835 Altman Row San Diego, CA 92121 (858) 450-5990 ex.282 jwelsh at skcc.org --- On Fri 12/12, John Welsh < jwelsh at skcc.org > wrote: From: John Welsh [mailto: jwelsh at skcc.org] To: R-help at stat.math.ethz.ch Date: Fri, 12 Dec 2003 14:47:07 -0800 Subject: [R] Basic q...
2011 Dec 05
0
ANNOUNCEMENT: Call for Proposals for The R Series from Chapman & Hall/CRC
...thods in Science and Engineering Using R – Bloomfield · Extended Rasch Modeling in R: Theory and Practice – Maier, Mair & Hatzinger We look forward to hearing from you. Best regards, Rob Calver (rob.calver@informa.com) David Grubbs (david.grubbs@taylorandfrancis.com) John Kimmel (john.kimmel@taylorandfrancis.com) -------------------------------------------------------------------------------------------------------------------------------------------- The information contained in this email message may be confidential. If you are not the intended recipient, any use, i...
2003 Dec 12
3
Basic question on function "identical"
> for(i in c(1:5)) + { + print(identical(i,1)) + } [1] FALSE [1] FALSE [1] FALSE [1] FALSE [1] FALSE Why don't I get: [1] TRUE [1] FALSE [1] FALSE [1] FALSE [1] FALSE John Welsh Associate Professor Sidney Kimmel Cancer Center 10835 Altman Row San Diego, CA 92121 (858) 450-5990 ex.282 jwelsh at skcc.org