Displaying 20 results from an estimated 1000 matches similar to: "Unset a given SendEnv?"
2010 Mar 31
2
Sending PATH using SendEnv
Hi
I thought this was something that might concern the developers so I thought I'd post here. Apologies in advance if that's not the case.
I'm setting up a CentOS cluster with OpenSSH_4.3p2 which uses ssh to launch processes on the remote nodes. I'm trying to use the SendEnv/AcceptEnv functionality to send the PATH environment variable from the headnode when users are launching
2007 Jul 29
38
[Bug 1346] New: PAM environment takes precedence over SendEnv
http://bugzilla.mindrot.org/show_bug.cgi?id=1346
Summary: PAM environment takes precedence over SendEnv
Product: Portable OpenSSH
Version: 4.6p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2007 Feb 13
0
[Bug 1285] no way to override SendEnv directive in /etc/ssh/ssh_config
http://bugzilla.mindrot.org/show_bug.cgi?id=1285
Summary: no way to override SendEnv directive in
/etc/ssh/ssh_config
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at
2009 Feb 26
1
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Peter Valdemar M?rch <t7nm6lz02 at sneakemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t7nm6lz02 at sneakemail.com
--- Comment #3 from Peter Valdemar M?rch <t7nm6lz02 at
2007 Jan 12
4
FW: Get dialed numbers in AGI
On 1/11/07, Mike D'Ambrogia <miked@jamagination.com> wrote:
>
> Ralph
>
> Kind of new to asterisk, and really new to AGI but it looks like you were
> trying to have the AGI script tell asterisk to read and lay the results into
> my_var and then regain control in the AGI script, is that correct?
>
> If so I don't think that will work since the dialplan
2007 Jan 10
2
Get dialed numbers in AGI
Hi,
I'm trying to write a AGI in PHP to get the numbers dialed (with read()),
save it into a variable to insert it into a SQL server database. But I
cannot see results into the variable, it always return NULL.
Here is a piece of the AGI.
fwrite(STDOUT,"exec Read my_var|/sound_to_play|5|||15 \n");
fflush(STDOUT);
$conn=odbc_connect('MSSQL', 'USER', 'PASS');
2006 Jul 04
4
adding 0 to beginning of a number
Hi
Is there a quick way to add 0 to the beginning of a number if it only
has one digit?
ie
1 should be 01
11 should stay as 11
(These int''s can be transferred to a string)
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Jan 14
3
link_to_remote where the url contain a javascript variable
Ok, so I am basically trying to use ''link_to_remote'' and pass the value
of a javascript variable as an argument. Something like that:
link_to_remote "my_link",
:update => ''my_div'',
:url => { :action => "my_action", :var =>
''my_var'' }
Basically,
2007 May 17
1
[Bug 1285] provide fallback options /etc/ssh/ssh_config
http://bugzilla.mindrot.org/show_bug.cgi?id=1285
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|no way to override SendEnv |provide fallback options
|directive in |/etc/ssh/ssh_config
2013 Jun 06
0
[Bug 1346] PAM environment takes precedence over SendEnv
https://bugzilla.mindrot.org/show_bug.cgi?id=1346
--- Comment #38 from Damien Miller <djm at mindrot.org> ---
So we could define a channel request that could be interpreted by the
server to attempt to set the locale-related environment variables. How
about something like:
byte SSH_MSG_CHANNEL_REQUEST
uint32 recipient channel
string "locale at
2013 Oct 18
0
[Bug 1346] PAM environment takes precedence over SendEnv
https://bugzilla.mindrot.org/show_bug.cgi?id=1346
Alessandro <alessandro.demaria at deepmind.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alessandro.demaria at deepmind
| |.com
--- Comment #39
2016 Jul 03
0
[Bug 1346] PAM environment takes precedence over SendEnv
https://bugzilla.mindrot.org/show_bug.cgi?id=1346
main.haarp at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |main.haarp at gmail.com
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone
2015 Oct 30
5
Centos 6: language mess with ssh
Thank you for you help.
I tried your tips but the problem remains. Example:
$ echo "SendEnv LANG LC_ALL" > ~/.ssh/config
$ LANG=C; export LANG; LC_ALL=C; export LC_ALL
$ ssh aa at quercy
You are required to change your password immediately (root enforced)
Last login: Fri Oct 30 15:02:34 2015 from quercy
WARNING: Your password has expired.
You must change your password now and login
2009 Feb 20
6
How to mock an object defined in the before_filter function?
Hello,
I am trying to implement the following scenario, but I am stuck ...
The thing is I want to initialize a variable @comment when the stub
function "find_comment" is called.
The way I do it below doesn''t work, since
"before_filter :find_comment" returns true/false and @comment
initialization is done inside it. Could you please give me a hint how
to do it?
One
2023 Mar 03
1
Uniquely Identifying the Local TTY of an SSH Connection
I've managed to figure out a scheme using SendEnv. The way it works is that I add the following to my local .bashrc
```
export LC__LOCAL_TTY_NAME="ssh-$(basename $(tty))"
```
then on the same local machine add an entry to my .ssh/config
```
Host = remote
Hostname = my.remote.host
SendEnv LC__LOCAL_TTY_NAME
ControlPath ~/.ssh/cm-%r@%h:%p
ControlMaster auto
ControlPersist
2015 Oct 30
2
Centos 6: language mess with ssh
When I connect through SSH to my Centos 6 box, language are mixed:
connection is in english but password change dialog is in french. Example:
$ ssh aa at quercy
You are required to change your password immediately (root enforced)
Last login: Fri Oct 30 11:41:31 2015 from quercy
WARNING: Your password has expired.
You must change your password now and login again!
Changement de mot de passe pour
2023 Mar 02
1
Uniquely Identifying the Local TTY of an SSH Connection
Packing the data in TERM is a great idea! I?ll see what I can do with that.
>> Finally, some administrative notes: I wasn't able to sign up for this
>> mailing list at
>> https://lists.mindrot.org/mailman/subscribe/openssh-unix-dev because
>> attempts to do so were met by a "Bug in Mailman version 2.1.39" page.
>
> I just tried that and didn't get
2024 Dec 17
1
PAM session setup and environment variables
On Mon, 16 Dec 2024, Michal Sekletar wrote:
> Hello everyone,
>
> I am trying to adjust the systemd-logind classification of the SSH
> session opened by Ansible client. By default the SSH session created
> by Ansible client is Class=user and Type=tty in systemd-logind.
> pam_systemd.so allows users to change this default via the environment
> variables XDG_SESSION_CLASS and
2022 May 21
4
[Bug 3438] New: env var that is SetEnv'ed multiple times in the same SetEnv directive, is sent/printed several times
https://bugzilla.mindrot.org/show_bug.cgi?id=3438
Bug ID: 3438
Summary: env var that is SetEnv'ed multiple times in the same
SetEnv directive, is sent/printed several times
Product: Portable OpenSSH
Version: v9.0p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
2012 Sep 18
2
Access block scope from AR object
I need to create a sort of transaction around some Active Record objects
that perform many insert/updates.
Example:
class MyObject
def transaction &block
@my_var = value
self.instance_eval block
end
end
MyObject.new.transaction do
Model.create
Model.collection.create
etc......
end
I have a gem that add a method into AR::Base and I need to read