4 lines
73 B
Bash
4 lines
73 B
Bash
#!/bin/sh
|
|
|
|
truncate -s 0 ~/.ssh/known_hosts
|
|
chmod 0664 ~/.ssh/known_hosts |