Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterTea committed Apr 30, 2024
1 parent 47eb074 commit 9eef7f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/linux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,11 @@ jobs:
sudo sed -i '/imklog/s/^/#/' /etc/rsyslog.conf
#sudo echo "LogLevel DEBUG3" >> /etc/ssh/sshd_config
#echo "Port 2222" >> /etc/ssh/sshd_config
sudo service rsyslog restart
sudo service ssh restart
#sudo service rsyslog restart
#sudo service ssh restart
sudo /usr/sbin/sshd -p 2222
sudo cat /var/log/auth.log
sudo cat /etc/ssh/sshd_config
ssh-keygen -t rsa -f ~/.ssh/id_rsa -P "" -N ""
Expand Down

0 comments on commit 9eef7f3

Please sign in to comment.