We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac85a2a commit e2c34b9Copy full SHA for e2c34b9
test/centos-image/Dockerfile
@@ -10,9 +10,9 @@ RUN set -ex \
10
RUN set -ex \
11
&& useradd centos \
12
&& install -d -m0755 -o centos -g centos /home/centos/.ssh \
13
- && useradd -G centos user1 \
+ && useradd user1 \
14
&& install -d -m0755 -o user1 -g user1 /home/user1/.ssh \
15
- && useradd -g user1 -G centos user2 \
+ && useradd -g user1 user2 \
16
&& install -d -m0755 -o user2 -g user1 /home/user2/.ssh
17
18
# Copy centos public key to root authorized_keys
test/centos-image/gateway.sh
@@ -27,7 +27,7 @@ yum -y install RPMS/x86_64/sshproxy*.rpm
27
cat <<EOF >/etc/sshproxy/sshproxy.yaml
28
---
29
debug: true
30
-log: /tmp/sshproxy.log
+log: /tmp/sshproxy-{user}.log
31
32
etcd:
33
endpoints:
0 commit comments