6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /etc/ssh
|
|
|
|
ln -sf /etc/toolkit/ssh/sshd_config .
|