bug fix (Thu May 4 15:28:52 CST 2023)
This commit is contained in:
parent
bcf3839773
commit
d775ea5fe4
|
@ -1,9 +1,10 @@
|
||||||
FROM docker.io/alpine
|
FROM docker.io/alpine
|
||||||
|
|
||||||
RUN apk add --no-cache openssh git sudo tmux vim bash zsh curl wget coreutils util-linux tzdata shadow \
|
RUN apk add --no-cache openssh git sudo tmux vim bash zsh curl wget coreutils util-linux tzdata shadow iputils \
|
||||||
&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone
|
&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone
|
||||||
|
|
||||||
COPY sshd_config /etc/ssh/sshd_config
|
COPY sshd_config /etc/ssh/sshd_config
|
||||||
|
COPY ssh_config /etc/ssh/ssh_config
|
||||||
COPY startup.sh /etc/startup.sh
|
COPY startup.sh /etc/startup.sh
|
||||||
|
|
||||||
RUN cd /opt && git clone https://git.nasp.ob.ac.cn/NASP/registry \
|
RUN cd /opt && git clone https://git.nasp.ob.ac.cn/NASP/registry \
|
||||||
|
|
2
nasp-jumpserver/ssh_config
Normal file
2
nasp-jumpserver/ssh_config
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Host *
|
||||||
|
ForwardAgent yes
|
Loading…
Reference in New Issue
Block a user