Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Website/docs/application/aws-session-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,10 @@ Here you can specify a combination of AWS CLI profile and AWS region from where

:::note

Right-click on a selected profile to `edit` or `delete` it.

You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected profile.

Only enabled profiles are synchronized and [`Synchronize EC2 instances from AWS`](#synchronize-ec2-instances-from-aws) must be enabled!

:::
Expand Down
8 changes: 8 additions & 0 deletions Website/docs/application/dns-lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ List of DNS server profiles. A profile can contain one or more DNS servers with
| Level3 | `209.244.0.3:53` | `209.244.0.4:53` |
| Verisign | `64.6.64.6:53` | `64.6.65.6:53` |

:::note

Right-click on a selected DNS server to `edit` or `delete` it.

You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected DNS server.

:::

### Add DNS suffix (primary) to hostname

Add the primary DNS suffix to the hostname.
Expand Down
8 changes: 8 additions & 0 deletions Website/docs/application/ip-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,14 @@ In the arguments you can use the following placeholders:
| `$$ipaddress$$` | IP address |
| `$$hostname$$` | Hostname |

:::note

Right-click on a selected custom command to `edit` or `delete` it.

You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected custom command.

:::

### Max. concurrent host threads

Maximal number of threads used to scan for active hosts (1 thread = 1 host/ip address).
Expand Down
8 changes: 8 additions & 0 deletions Website/docs/application/port-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ List of common `tcp` ports to scan for.
| LDAP | `389; 636` |
| HTTP proxy | `3128` |

:::note

Right-click on a selected port profile to `edit` or `delete` it.

You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected port profile.

:::

### Show closed ports

Show closed ports in the result list.
Expand Down
8 changes: 8 additions & 0 deletions Website/docs/application/snmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,14 @@ List of common OIDs for the `get`, `walk` or `set` SNMP request.
| UDP-MIB | .1.3.6.1.2.1.7 | Walk |
| UCD-SNMP-MIB | .1.3.6.1.4.1.2021 | Walk |

:::note

Right-click on a selected OID profile to `edit` or `delete` it.

You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected OID profile.

:::

### Walk mode

Walk mode for the SNMP request.
Expand Down
4 changes: 4 additions & 0 deletions Website/docs/application/sntp-lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ List of SNTP server profiles. A profile can contain one or more SNTP servers wit

:::note

Right-click on a selected OID profile to `edit`, `copy` or `delete` it.

You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected OID profile.

At least one SNTP server profile must exist.

:::
Expand Down
6 changes: 5 additions & 1 deletion Website/docs/settings/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ List of profile files.

:::note

Profile files can be encrypted with a master password. Right click on a profile and select `Encryption... > Enable encryption...`. See [FAQ > How to enable profile file encryption?](https://borntoberoot.net/NETworkManager/docs/faq/profile-file-encryption#how-to-enable-profile-file-encryption) for more details.
Right-click on a profile file to `edit`, `encrypt/decrypt` or `delete` it.

You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected profile file.

Profile files can be encrypted with a master password. See [FAQ > How to enable profile file encryption?](https://borntoberoot.net/NETworkManager/docs/faq/profile-file-encryption#how-to-enable-profile-file-encryption) for more details.

At least one profile is required and must exist.

Expand Down