-
Notifications
You must be signed in to change notification settings - Fork 936
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e826ab
commit 792cdab
Showing
2 changed files
with
29 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# FortiOS Configuration | ||
|
||
Create user oxidized with ED25519 public key | ||
|
||
```text | ||
config system admin | ||
edit oxidized | ||
set trusthost1 192.0.2.1 255.255.255.255 | ||
set accprofile "super_admin_readonly" | ||
set ssh-public-key1 "ssh-ed25519 AAAAThisIsJustAnExmapleKey_UseYourOxidizedPUBLICKEY oxidized@librenms" | ||
end | ||
``` | ||
|
||
|
||
Fortigate procdues a lot of config changes. I recommend filtering using | ||
|
||
```yaml | ||
models: | ||
fortios: | ||
vars: | ||
remove_secret: true | ||
``` | ||
Oxidized can now retrieve your configuration! | ||
Back to [Model-Notes](README.md) |
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