diff options
| author | Julian Blake Kongslie | 2020-05-23 20:04:45 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2020-05-23 22:39:54 -0700 |
| commit | bcc5f7eb90feccd1e4b1d2058ea5205bcccf450c (patch) | |
| tree | a519bb8efbebee1f065d902de18af406183176b6 /ssh | |
| download | magisk-ssh-bcc5f7eb90feccd1e4b1d2058ea5205bcccf450c.tar.xz | |
Initial commit.
Diffstat (limited to '')
| -rw-r--r-- | ssh/sshd_config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ssh/sshd_config b/ssh/sshd_config new file mode 100644 index 0000000..c29de85 --- /dev/null +++ b/ssh/sshd_config | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | PasswordAuthentication no | ||
| 2 | Protocol 2 | ||
| 3 | StrictModes no | ||
| 4 | |||
| 5 | Subsystem sftp /usr/libexec/sftp-server | ||
