-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi factor authentication for ssh #1037
base: devel
Are you sure you want to change the base?
multi factor authentication for ssh #1037
Commits on Jan 21, 2020
-
Add ncp app for setting up multi factor authentication for ssh
Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 168e0b3 - Browse repository at this point
Copy the full SHA 168e0b3View commit details -
Properly restore default pam configuration if totp was not enabled.
- Fix misspelled variable names Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fa0ef4 - Browse repository at this point
Copy the full SHA 6fa0ef4View commit details -
Add configuration for multi factor authentication app
Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71042da - Browse repository at this point
Copy the full SHA 71042daView commit details -
Add cleanup() function to multi-factor-authentication.sh
Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35d7f04 - Browse repository at this point
Copy the full SHA 35d7f04View commit details -
multi-factor-authentication: use apt in non-interactive mode
Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07a642d - Browse repository at this point
Copy the full SHA 07a642dView commit details -
multi-factor-authentication: Simplify is-active function
Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f2ec46 - Browse repository at this point
Copy the full SHA 8f2ec46View commit details -
multi-factor-authentication: Use jq in 'raw' mode (to avoid additiona…
…l quotes) Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48622bb - Browse repository at this point
Copy the full SHA 48622bbView commit details -
multi-factor-authentication: Implement public key setup
Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 938499e - Browse repository at this point
Copy the full SHA 938499eView commit details -
multi-factor-authentication: Fix improper check whether or not SSH us…
…er was retrieved correctly. Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 386129a - Browse repository at this point
Copy the full SHA 386129aView commit details -
Implement escaping of spaces in ncp-app parameters
Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2caaaf6 - Browse repository at this point
Copy the full SHA 2caaaf6View commit details -
multi-factor-authentication: Prevent enabling of totp+pw and other pa…
…ssword reliant methods (not possible due to limitations of sshd configuration) Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f98f21f - Browse repository at this point
Copy the full SHA f98f21fView commit details -
multi-factor-authentication: Only enable the "UsePAM" setting, if tot…
…p is enabled Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97c9df4 - Browse repository at this point
Copy the full SHA 97c9df4View commit details -
multi-factor-authentication: Remove obsolete "ACTIVE" parameter
Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed0d597 - Browse repository at this point
Copy the full SHA ed0d597View commit details -
multi-factor-authentication: Improve description
Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76465c8 - Browse repository at this point
Copy the full SHA 76465c8View commit details -
multi-factor-authentication: Remove existing authorized ssh pubkeys i…
…f none was given Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a71071d - Browse repository at this point
Copy the full SHA a71071dView commit details -
multi-factor-authentication: Ensure we have permissions to delete goo…
…gle authenticator configuration when resetting it Signed-off-by: Tobias K <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbea3bc - Browse repository at this point
Copy the full SHA dbea3bcView commit details -
Use <pre> tags and UTF8 mode to show qr code in browser
Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c1b253 - Browse repository at this point
Copy the full SHA 9c1b253View commit details -
Revert "Use <pre> tags and UTF8 mode to show qr code in browser"
This reverts commit cfe094c Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58a6c1f - Browse repository at this point
Copy the full SHA 58a6c1fView commit details -
multi-factor-authentication.sh: Remove mention of qr code since it is…
… not working multi-factor-authentication.cfg: Add Keepass2Android as compatible OTP app Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e487dcd - Browse repository at this point
Copy the full SHA e487dcdView commit details -
multi-factor-authentication.cfg: Fix typos and improve concision.
Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 500e9dc - Browse repository at this point
Copy the full SHA 500e9dcView commit details -
multi-factor-authentication.*: Provide 5 fields for SSH pub keys
Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fc85ce - Browse repository at this point
Copy the full SHA 4fc85ceView commit details -
library.sh: Support parameters with 'allow_unsafe'
elements.php: Replace '%SPACE%' with ' ' for parameters with 'allow_unsafe' Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbbf624 - Browse repository at this point
Copy the full SHA cbbf624View commit details -
multi-factor-authentication.sh: Remove debug output
Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5083978 - Browse repository at this point
Copy the full SHA 5083978View commit details -
multi-factor-authentication.sh: Fix typo in variable name
Signed-off-by: Tobias Knöppler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c482983 - Browse repository at this point
Copy the full SHA c482983View commit details
Commits on Jan 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 586297a - Browse repository at this point
Copy the full SHA 586297aView commit details