empty $SSH_CLIENT

From: richard lucassen (spamtrap@lucassen.org)
Date: 01/15/03


Date: Wed, 15 Jan 2003 10:37:53 +0100
From: richard lucassen <spamtrap@lucassen.org>

openssh-3.4p1-1

When using an rsa login that runs a command from the
~/.ssh/authorized_keys file, on a machine running RedHat-6.2/2.4-kernel,
the $SSH_CLIENT is ok, but on a newer machine RH-7.1/k2.4 the
$SSH_CLIENT is empty.

$ cat ~.ssh/authorized_keys
command="~/script",no-port-forwarding,no-X11-forwarding,no-agent-forwar
ding,no-pty ssh-rsa AAAAB....[big snip]....MzKF17xWzW8rwoPM= user@host

Anyone a hint?

Richard.

-- 
___________________________________________________________________
Recursion: see recursion
+------------------------------------------------------------------+
| Richard Lucassen, Utrecht,    Linux 2.4.20 RedHat 7.2            |
| The Netherlands               i686/1200MHz/768MB                 |
| Public key: http://www.xs4all.nl/~pe1bbf/pubkey.asc              |
+------------------------------------------------------------------+


Relevant Pages

  • Re: Finding the widest string
    ... The recursion should be ... (stack size=50000) ... This entry is left empty!% ... However the empty entry should not stop the loop, ...
    (comp.text.tex)
  • Re: [PHP] unset in foreach breaks recrusion
    ... $sorted is empty, if it is -> run the foreach and return, ... but on next recursion when it's not empty - do nothing:) ... Though I found how to cut a few seconds (on very big array), ... Now, about your other suggestion, yes, it will work without the reference. ...
    (php.general)
  • chown/chgrp -R : Permission denied
    ... When I use an local admin account to recursively use chown and chgrp ... command, presumably because command cannot descend into the ... not all at once using recursion? ...
    (comp.unix.questions)
  • Re: ld : cannot find entry symbol _start Linux gcc 2.96
    ... that your actual command line ... project is using extremely weird naming convention. ... generated dependency files, your project is using "normal" naming ... In order to understand recursion you must first understand recursion. ...
    (comp.os.linux.development.apps)
  • GAE + recursion limit
    ... I did some investigation and found out that recursion ... locally decreasing this limit to 900 but the error didn't happen. ... Why the problem is on GAE, when command line ...
    (comp.lang.python)