mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-15 19:04: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
|