mirror of
https://github.com/containers/podman.git
synced 2025-06-17 06:57:43 +08:00
Merge pull request #3320 from cevich/fix_ssh_race
Cirrus: Guarantee ssh is running for rootless
This commit is contained in:
@ -211,6 +211,8 @@ setup_rootless() {
|
||||
# Works with older versions of bash
|
||||
printf "${_env_var_name}=%q\n" "$(printenv $_env_var_name)" >> "/home/$ROOTLESS_USER/.bashrc"
|
||||
done
|
||||
echo "Ensure the systems ssh process is up and running"
|
||||
systemctl --wait restart sshd # a regular 'start' could hang forever
|
||||
}
|
||||
|
||||
# Helper/wrapper script to only show stderr/stdout on non-zero exit
|
||||
|
Reference in New Issue
Block a user