mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-20 13:04:34 +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
|