mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 12:36:27 +02:00
test other path
This commit is contained in:
@@ -62,7 +62,8 @@ if [ "$1" = "checkrepair" ]; then
|
|||||||
sudo cd /etc/ssh
|
sudo cd /etc/ssh
|
||||||
sudo ssh-keygen -A
|
sudo ssh-keygen -A
|
||||||
echo "# ssh-keygen2"
|
echo "# ssh-keygen2"
|
||||||
sudo ssh-keygen -A -d /home/admin/ssh
|
sudo ssh-keygen -A -f /home/admin/ssh
|
||||||
|
sudo ssh-keygen -A -f /etc/ssh
|
||||||
echo "# dpkg-reconfigure"
|
echo "# dpkg-reconfigure"
|
||||||
sudo dpkg-reconfigure openssh-server
|
sudo dpkg-reconfigure openssh-server
|
||||||
sudo systemctl start sshd
|
sudo systemctl start sshd
|
||||||
|
Reference in New Issue
Block a user