This commit is contained in:
Ondrej Mikle 2018-07-26 02:38:17 +02:00
parent f0cdfdf31a
commit 8e36a89443

View file

@ -173,8 +173,9 @@ users (requirement for internal-sftp). E.g. make `brmdoor-web` (used for sftp up
For SFTP upload to work, target host needs to already to be in `~/.ssh/known_hosts` when making connection, otherwise For SFTP upload to work, target host needs to already to be in `~/.ssh/known_hosts` when making connection, otherwise
you'll get an exception. Simply connect via command-line sftp before running, check and accept the fingeprint beforehand. you'll get an exception. Simply connect via command-line sftp before running, check and accept the fingeprint beforehand.
Also, as noted before, reader should be behind door. PIN to open door should be in no case accessible from outside the Also, as noted before, reader should be behind door (mostly for vandalism). But the reader is not connected directly to
door (unbelievably I've seen some commercial systems designed like this). *open* PIN, so it's not possible to simply apply voltage to it in this design even if you expose the reader.
PIN to open door should be in no case accessible from outside the door (like having Raspi on the outside).
## Known bugs (TODO) ## Known bugs (TODO)