-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #322 from giffels/fix/moab-2fa
Enable support for SSH command restrictions due to 2FA at NEMO
- Loading branch information
Showing
5 changed files
with
32 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ Rene Caspart <[email protected]> | |
Leon Schuhmacher <[email protected]> | ||
R. Florian von Cube <[email protected]> | ||
mschnepf <[email protected]> | ||
Alexander Haas <[email protected]> | ||
Benjamin Rottler <[email protected]> | ||
Alexander Haas <[email protected]> | ||
mschnepf <[email protected]> | ||
Dirk Sammel <[email protected]> | ||
Matthias J. Schnepf <[email protected]> | ||
|
@@ -21,4 +21,5 @@ LGTM Migrator <[email protected]> | |
Matthias Schnepf <[email protected]> | ||
PSchuhmacher <[email protected]> | ||
Peter Wienemann <[email protected]> | ||
Raphael Kleinemühl <[email protected]> | ||
rfvc <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/source/changes/322.add_support_for_ssh_command_restrictions_moab.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
category: changed | ||
summary: "Enable support for SSH command restrictions in Moab adapter" | ||
description: | | ||
The NEMO HPC is going to enable 2FA on the login nodes and SSH can be restricted to certain commands only. This | ||
requires to avoid `&&` and `$(whoami)` in commands. | ||
pull requests: | ||
- 322 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters