Skip to content

Commit

Permalink
Merge pull request #147 from IGEL-Community:setcryptparam
Browse files Browse the repository at this point in the history
setcryptparam
  • Loading branch information
rneher-igel authored Dec 6, 2024
2 parents 506d8a9 + 94af52e commit 85b5fe8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/Docs/Cheatsheet-IGELCommunity.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,19 @@ Open the following link and type in command to get examples of usage - [Cheat Sh
| [apparmor_status](Cheatsheet-IGELOS-General.md#apparmor_status) | :material-check-bold: | :material-check-bold:| Lists all services protected by apparmor |
| applauncher | :material-check-bold: | :material-check-bold:| Starts the application launcher |
| [chromium-browser](Cheatsheet-IGELOS-General.md#chromium-browser) | :material-check-bold: | :material-check-bold:| Start Chromium Browser |
| [curl](Cheatsheet-IGELOS-General.md#curl) | :material-check-bold: | :material-check-bold:| Check for trusted certificate or download files |
| [curl](Cheatsheet-IGELOS-General.md#curl) | :material-check-bold: | :material-check-bold:| Check for trusted certificate or download files |
| custompart | :material-check-bold: | :material-check-bold:| Delete/Create a custom partition |
| delinstance | :material-check-bold: | :material-check-bold:| Delete a session or instance |
| df -h | :material-check-bold: | :material-check-bold:| Shows Partition usage |
| [florence](Cheatsheet-IGELOS-General.md#florence) | :material-check-bold: | :material-check-bold:| OnScreen Keyboard |
| [florence](Cheatsheet-IGELOS-General.md#florence) | :material-check-bold: | :material-check-bold:| OnScreen Keyboard |
| [get](Cheatsheet-IGELOS-General.md#get) | :material-check-bold: | :material-check-bold:| Get Variable from registry |
| [get_unit_id](Cheatsheet-IGELOS-General.md#get_unit_id) | :material-check-bold: | :material-check-bold:| Get the Unit ID |
| [getmyip](Cheatsheet-IGELOS-General.md#getmyip) | :material-check-bold: | :material-check-bold:| show device IP |
| gpicview | :material-check-bold: | :material-check-bold:| Starts an Picture Viewer |
| icaconncenter | :material-check-bold: | :material-check-bold:| ICA Connection Center |
| igel_buddy_update_server_scan | :material-check-bold: | :material-check-bold:| Search for Buddy Masters in network |
| igel_display_switcher | :material-check-bold: | :material-check-bold:| Start the new Display Switcher |
| igel_firstboot_wizard | :material-check-bold: | :material-close-circle:| Starts the First Boot Wizard |
| igel_firstboot_wizard | :material-check-bold: | :material-close-circle:| Starts the First Boot Wizard |
| igel_gamma | :material-check-bold: | :material-check-bold:| TOCHECK Should influence the brightness |
| journalctl -f | :material-check-bold: | :material-check-bold:| Sys logs anzeigen und folgen. |
| killwait_postsetupd | :material-check-bold: | :material-check-bold:| reset and applay setup changes set by "setparam" |
Expand All @@ -128,9 +128,9 @@ Open the following link and type in command to get examples of usage - [Cheat Sh
| pkcs11getloginname | :material-check-bold: | :material-check-bold:| Shows extracted smart card login name |
| reset_to_defaults | :material-check-bold: | :material-check-bold:| Factory reset |
| [resetvalue_tree](Cheatsheet-IGELOS-General.md#resetvalue_tree) | :material-check-bold: | :material-check-bold:| Reset all settings under each of the registry classes back to default |
| setcryptparam | :material-check-bold: | :material-check-bold:| Saves encrypted Data like Password to Igel Registry |
| [setcryptparam](Cheatsheet-IGELOS-General.md#setcryptparam | :material-check-bold: | :material-check-bold:| Saves encrypted Data like Password to IGEL Registry |
| [setparam](Cheatsheet-IGELOS-General.md#setparam) | :material-check-bold: | :material-check-bold:| Write variable to registry |
| setup | :material-check-bold: | :material-close-circle: | Start IGEL Setup |
| setup | :material-check-bold: | :material-close-circle: | Start IGEL Setup |
| setup-assistant | :material-close-circle: | :material-check-bold: | Start IGEL Setup (start as user) |
| show_usbconfig | :material-check-bold: | :material-check-bold:| List configs from USB Storage |
| start-wireless-manager | :material-check-bold: | :material-check-bold:| Starts the Wireless cafe menu (start as user) |
Expand Down
12 changes: 12 additions & 0 deletions docs/Docs/Cheatsheet-IGELOS-General.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,18 @@ Reset defined section of the IGEL registry
/sbin/write_rmsettings
```

## setcryptparam

Saves encrypted Data like password to IGEL registry

**Set password for OS 11 Horizon**

```bash linenums="1"
setcryptparam app.horizon.sessions.vdm_client0.options.crypt_password "$EncryptedPW"
```

<iframe width="560" height="315" src="https://www.youtube.com/embed/XfVq3Hxe0-4?si=mZ2-QI_VQX8dOZpk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

## setparam

Write variable to registry
Expand Down

0 comments on commit 85b5fe8

Please sign in to comment.