4 lines
63 B
Bash
4 lines
63 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
cp /etc/ssh/sshd_config /etc/sshd_config_orig
|