mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-14 18:34:19 +00:00
5 lines
84 B
Bash
5 lines
84 B
Bash
#!/usr/bin/env sh
|
|
|
|
sudo rm /etc/ssh/ssh_host_*
|
|
sudo dpkg-reconfigure openssh-server
|