Skip to content

Commit

Permalink
Resolves: jenkinsci#33
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSpieker committed Nov 16, 2020
1 parent 628400b commit e0a9fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-sshd
Expand Up @@ -60,7 +60,7 @@ fi


# ensure variables passed to docker container are also exposed to ssh sessions
env | grep _ >> /etc/environment
env | grep -Ev "^(HOME=|USER=|MAIL=|LC_ALL=|LS_COLORS=|LANG=|HOSTNAME=|PWD=|TERM=|SHLVL=|LANGUAGE=|_=)" >> /etc/environment

# generate host keys if not present
ssh-keygen -A
Expand Down

0 comments on commit e0a9fe8

Please sign in to comment.