Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ssh login, passing local user environment
Date: Sun, 25 Oct 2020 09:04:48
Message-Id: 2312834.vim0yMxDQ2@eve
In Reply to: [gentoo-user] ssh login, passing local user environment by thelma@sys-concept.com
1 On Saturday, October 24, 2020 11:05:45 PM CET thelma@×××××××××××.com wrote:
2 > If I login from the command "ifconfig" now works from command line at
3 > the terminal but if I login over "ssh", "ifconfig" is not working only
4 > "/bin/ifconfig"
5 >
6 > I was thinking it is the option in sshd_config: PermitUserEnvironment
7 > but enabling it didn't help.
8
9 Which USE-flags did you use for ssh?
10
11 # eix net-misc/openssh
12
13 should provide this.
14
15 Also, do you have the following in your sshd_config:
16
17 " UsePAM yes "
18
19 This is normally used to configure the environment as well.
20
21 --
22 Joost

Replies

Subject Author
Re: [gentoo-user] ssh login, passing local user environment John Covici <covici@××××××××××.com>