diff options
author | EuAndreh <eu@euandre.org> | 2022-03-14 06:37:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-03-14 06:37:07 -0300 |
commit | ddec5c321cd88cd659b29b7b5254a784669bb425 (patch) | |
tree | def6cb9d99d667633ecf31954fd9a60d866e04c1 | |
parent | src/machines.scm: Add infokey etc configuration file (diff) | |
download | toph-ddec5c321cd88cd659b29b7b5254a784669bb425.tar.gz toph-ddec5c321cd88cd659b29b7b5254a784669bb425.tar.xz |
src/machines.scm: Remove redundant default option
-rw-r--r-- | src/machines.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machines.scm b/src/machines.scm index aa6832f..4346672 100644 --- a/src/machines.scm +++ b/src/machines.scm @@ -270,7 +270,6 @@ (port-number 38123) (openssh openssh-sans-x) (password-authentication? #f) - (permit-root-login #f) (subsystems '()) (extra-content #"""- ClientAliveInterval 30 |