similar to: SSH_CLIENT _not_ set when doing a command

Displaying 20 results from an estimated 1000 matches similar to: "SSH_CLIENT _not_ set when doing a command"

2018 Aug 27
3
Mail has quit working
> Date: Monday, August 27, 2018 07:42:48 -0400 > From: TE Dukes <tdukes at palmettoshopper.com> > >> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of >> Richard Sent: Monday, August 27, 2018 7:29 AM > >> >> Since the localhost4 approach worked, commend out the ipv6 >> localhost entries in your /etc/hosts file, then try: >>
2001 Nov 12
3
Sending a 'winpopup' message by IP.
Hi there. how do I send a winpopup message to a machine knowing its IP only? I tryed witch 'smbclient -M ' but I need the netbios for that machine... -- Enrique Iglesias Rodriguez System Administrator http://www.intelideas.net Madrid, Spain -- CtrInt
2002 Sep 04
4
Determining Local IP Address within .profile
Hi ! I haven't found an easy solution to determine the local IP to which the remote SSH client is connected to the local SSHD. We use MC/Serviceguard which can create many Interfaces where a remote client could connect and we like to know within .profile which interface the client has connected to. I've looked at the sourcecode and maybe the following could do something I described :
2001 Feb 20
1
2.5.1p1 ssh-agent path problem in Solaris
I'm having a path problem with OpenSSH 2.5.1p1 in Solaris (7). When ssh-agent is run, environment variables aren't being passed to the spawned shell. sol# env | wc -l 23 sol# env | grep -i ssh SSH_CLIENT=10.0.1.146 1047 22 SSH_TTY=/dev/pts/0 sol# sol# ssh-agent sh sol# env | wc -l 1 sol# env SSH_AGENT_PID=12032 sol# If I
2008 Nov 29
2
IMAP rule problem
I have a problem with local mail on this netbook. I'm sure it's something obvious, but I could use another brain's input. Fri, 2008-11-28 13:15:27 - TCP Packet - Source:192.168.0.7,58711 Destination:88.97.17.41,143 - [IMAP rule match] Fri, 2008-11-28 13:15:27 - TCP Packet - Source:192.168.0.7,58711 Destination:192.168.0.40,143 - [IMAP rule not match] The first one delivers
2016 Mar 27
0
DW_TAG_member extends beyond the bounds error on Linux
If you're going to use clang built binaries with lldb, you'll want to pass -fstandalone-debug - this is the default on platforms where lldb is the primary debugger (Darwin and freebsd) Not sure if that is the problem you are seeing, but will be a problem sooner or later On Mar 26, 2016 4:16 PM, "Jeffrey Tan via llvm-dev" <llvm-dev at lists.llvm.org> wrote: > Hi, >
2008 Jan 14
1
What libs req'd to resolve DNS within a chroot jail?
Hi, I've been working at getting a tftp server up an running in a chroot jail, and I have finally succeed getting almost everything working. The server itself works fine, however, it is implemented as a tcpwrapper application (ie: in.tftpd) and I am having trouble getting it to resolve DNS names. I copied my /etc/hosts.allow and /etc/hosts.deny in my chroot/etc folder, however, they
2007 Apr 04
5
sshkey
Hello all, How are you using the sshkey type? Are you using it to list hosts and keys in a class that nodes include in order to manage /etc/ssh/ssh_known_hosts or something else? How does any of this relate to the sshrsakey and sshdsakey facts on the host? I read some stuff about this on the Virtual Resources page but it''s too vague for my simple mind and I''d be reluctant to use
2016 Mar 27
1
DW_TAG_member extends beyond the bounds error on Linux
Thanks David. I meant to send to lldb maillist, but glad to hear response here. Our binary is built from gcc: String dump of section '.comment': [ 1] GCC: (GNU) 4.9.x-google 20150123 (prerelease) Is there any similar flags we should use? By doing "strings -a [binary] | grep -i gcc", I found the following flags being used: GNU C++ 4.9.x-google 20150123 (prerelease)
2007 Aug 09
4
Postfix smtp freezing
Hey all, For the last 8 months I have been running a postfix / mail scanner setup based on Johnny Hughes' excellent tutorial. For the firs 7 months I have had no issues. This past month I have been having instances where the user gets an smtp error while trying to send email. Restarting the postfix service is all it takes to resolve this issue. The problem is that it has begun to occur
2016 Mar 26
2
DW_TAG_member extends beyond the bounds error on Linux
Hi, While dogfooding our lldb based IDE on Linux, I am seeing a lot of variable evaluation errors related to DW_TAG_member which prevents us from release the IDE. Can anyone help to confirm if they are known issues? If not, any information you need to troubleshoot this issue? Here is one example: (lldb) fr v *error: biggrep_master_server_async 0x10b9a91a: DW_TAG_member '_M_pod_data'
2008 Oct 08
19
transparent proxy
2002 Feb 01
4
OpenSSH Key Storage
I have had a brief discussion with Damien Miller (below) about storing host port values in the known_hosts file so as to track multiple ssh sessions (with independant keys) that run on a single host but accept connections on different ports. If it were possible to state that a given key for a remote host belonged to that host's ssh session on port 23 and that another key belonged to that
2013 Jun 08
4
"Virtual hosts" for ssh
It'd be very cool if ssh supported something like Apache "virtual hosts". This would make it much more viable to host multiple installs of git on the same server, for example. More details: On the remote server, ssh already sets some environment variables: > printenv | grep SSH SSH_CLIENT=192.168.1.18 50945 22 SSH_TTY=/dev/pts/1 SSH_CONNECTION=192.168.1.18 50945 192.168.1.1 22
2002 Aug 13
3
[Bug 384] OpenSSH should store an SSH_SERVER variable for cluster hosts
http://cvs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=384 ------- Additional Comments From thomas+openssh at stromberg.org 2002-08-14 05:43 ------- Created an attachment (id=137) --> (http://cvs-mirror.mozilla.org/webtools/bugzilla/attachment.cgi?id=137&action=view) 2 line patch for SSH_SERVER variable with incoming IP & port This patch adds an SSH_SERVER variable as a
2017 Apr 26
2
sshd: SSH_CLIENT_CERT and SSH_CLIENT_PUBKEY env variables
Hello, There are environment variables SSH_CLIENT and SSH_CONNECTION with information about client of current session. I want to implement new variables with info about credentials used for session authentication. Such as: SSH_CLIENT_CERT SSH_CLIENT_CERT_ID SSH_CLIENT_CERT_PRINCIPALS SSH_CLIENT_PUBKEY SSH_CLIENT_PUBKEY_FINGERPRINT Some of that information available in logs but not inside the
2018 Aug 27
1
Mail has quit working
On 08/27/2018 09:05 AM, TE Dukes wrote: > >> -----Original Message----- >> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Richard >> Sent: Monday, August 27, 2018 7:58 AM >> To: CentOS mailing list >> Subject: Re: [CentOS] Mail has quit working >> >>> Date: Monday, August 27, 2018 07:42:48 -0400 >>> From: TE Dukes
2018 Aug 27
1
Mail has quit working
> Date: Monday, August 27, 2018 09:05:05 -0400 > From: TE Dukes <tdukes at palmettoshopper.com> >> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of >> Richard Sent: Monday, August 27, 2018 7:58 AM >> >> > Date: Monday, August 27, 2018 07:42:48 -0400 >> > From: TE Dukes <tdukes at palmettoshopper.com> >> > >>
2008 Oct 21
7
DNAT or NAT - QUESTION
Hi, I have a simple question. I have my firewall with 2 external Ip and 1 lan. For example ISP1 FW LAN----Mail Server ISP2 Ok, when i DANT the smpt port to my mail server, I can see that the conection in my mail server comes from the external IP of my ISP. I need to change this so the conection to my mail server cames from the LAN IP from my firewall Is this possible?
2009 Feb 10
2
Mixed ANCOVA with between-Ss covariate?
Hi all, I have data from an experiment with 3 independent variables, 2 are within and 1 is between. In addition to the dependent variable, I have a covariate that is a single measure per subject. Below I provide an example generated data set and my approach to implementing the ANCOVA. However the output confuses me; why does the covariate only appear in the first strata? Presumably it should