Skip to content

Commit

Permalink
fix in password chnage
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbITCybErSeC committed May 8, 2024
1 parent ac5ba81 commit 1f08648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
sudo apt update
sudo apt install openssh-server -y
sudo useradd sshtest
sudo echo "sshtest:pdKY77qNxpI5MAizirtjCVOcm0KFKIs" | chpasswd
echo "sshtest:pdKY77qNxpI5MAizirtjCVOcm0KFKIs" | sudo chpasswd
sudo service ssh start
make ci-test

0 comments on commit 1f08648

Please sign in to comment.