File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 # Note, test in `./test/options` require SSH to pass the LANG env variable
2020 # However, I failed to enable it
2121 # Paliative solution is to pass the CI_DISABLE_SSH_ENV var to disable testing
22- - run : sudo apt install -y openssh-server && sudo sed -E -i 's|^#?(PermitUserEnvironment)\s.*|\1 yes|' /etc/ssh/sshd_config && sudo systemctl start sshd
22+ - run : sudo apt install -y openssh-server && sudo sed -E -i 's|^#?(PermitUserEnvironment)\s.*|\1 yes|' /etc/ssh/sshd_config && sudo systemctl start ssh
2323 - run : ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N ''
2424 - run : cat ~/.ssh/id_ed25519.pub > ~/.ssh/authorized_keys
2525 - run : npm ci
Original file line number Diff line number Diff line change 3232 # Note, test in `./test/options` require SSH to pass the LANG env variable
3333 # However, I failed to enable it
3434 # Paliative solution is to pass the CI_DISABLE_SSH_ENV var to disable testing
35- - run : sudo apt install -y openssh-server && sudo sed -E -i 's|^#?(PermitUserEnvironment)\s.*|\1 yes|' /etc/ssh/sshd_config && sudo systemctl start sshd
35+ - run : sudo apt install -y openssh-server && sudo sed -E -i 's|^#?(PermitUserEnvironment)\s.*|\1 yes|' /etc/ssh/sshd_config && sudo systemctl start ssh
3636 - run : ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N ''
3737 - run : cat ~/.ssh/id_ed25519.pub > ~/.ssh/authorized_keys
3838 - run : npm ci
You can’t perform that action at this time.
0 commit comments