You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-13
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,42 @@
1
-
# Howdy for Linux [](https://travis-ci.org/Boltgolt/howdy)[](https://github.com/Boltgolt/howdy/releases)
1
+
# Howdy for Linux [](https://travis-ci.org/boltgolt/howdy)[](https://github.com/boltgolt/howdy/releases)
2
2
3
-
Windows Hello™ style authentication for Ubuntu. Use your built-in IR emitters and camera in combination with face recognition to prove who you are.
3
+
Windows Hello™ style authentication for Linux. Use your built-in IR emitters and camera in combination with face recognition to prove who you are.
4
4
5
-
Using the central authentication system in Linux (PAM), this works everywhere you would otherwise need your password: Login, lock screen, sudo, su, etc.
5
+
Using the central authentication system (PAM), this works everywhere you would otherwise need your password: Login, lock screen, sudo, su, etc.
6
6
7
-
###Installation
7
+
## Installation
8
8
9
-
* Ubuntu: Add the following ppa with ``` sudo add-apt-repository ppa:boltgolt/howdy ``` and ``` sudo apt update```. Then install Howdy with ``` sudo apt install howdy ```.
10
-
11
-
* Arch Linux: Install the following package from the AUR: ``` howdy ```. Please read the [ArchWiki entry](https://wiki.archlinux.org/index.php/Howdy) for additional information.
9
+
Howdy is currently available for Ubuntu/Debian and Arch Linux. If you’re interested in packaging Howdy for your distro, don’t hesitate to open an issue.
12
10
13
11
**Note:** The build of dlib can hang on 100% for over a minute, give it time.
14
12
15
-
This will guide you through the installation. When that's done run `sudo howdy add` to add a face model.
13
+
### Ubuntu (apt)
14
+
15
+
Run the installer by pasting (`ctrl+shift+V`) the following commands into the terminal one at a time:
16
+
17
+
```
18
+
sudo add-apt-repository ppa:boltgolt/howdy
19
+
sudo apt update
20
+
sudo apt install howdy
21
+
```
22
+
23
+
This will guide you through the installation.
24
+
25
+
### Arch Linux
26
+
27
+
Install the `howdy` package from the AUR. For AUR installation instructions, take a look at this [wiki page](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages).
28
+
29
+
You will need to do some additional configuration steps. Please read the [ArchWiki entry](https://wiki.archlinux.org/index.php/Howdy) for more information.
30
+
31
+
## Setup
32
+
33
+
After installation, you need to let Howdy learn your face. Run `sudo howdy add` to add a face model.
16
34
17
35
If nothing went wrong we should be able to run sudo by just showing your face. Open a new terminal and run `sudo -i` to see it in action.
18
36
19
-
If you're curious you can run `sudo howdy config` to open the central config file and see the options Howdy has.
37
+
If you're curious you can run `sudo howdy config` to open the central config file and see the options Howdy has. On most systems this will open the nano editor, where you have to press `ctrl`+`x` to save your changes.
20
38
21
-
###CLI
39
+
## CLI
22
40
23
41
The installer adds a `howdy` command to manage face models for the current user. Use `howdy --help` or `man howdy` to list the available options.
You can contribute in many ways. The easiest are reporting bugs and opening github issues for features you'd like to see in howdy. Code contributions are also very welcome.
43
61
44
-
###Troubleshooting
62
+
## Troubleshooting
45
63
46
64
Any python errors get logged directly into the console and should indicate what went wrong. If authentication still fails but no errors are printed you could take a look at the last lines in `/var/log/auth.log` to see if anything has been reported there.
47
65
48
66
If you encounter an error that hasn't been reported yet, don't be afraid to open a new issue.
49
67
50
-
###A note on security
68
+
## A note on security
51
69
52
70
This script is in no way as secure as a password and will never be. Although it's harder to fool than normal face recognition, a person who looks similar to you or well-printed photo of you could be enough to do it.
0 commit comments