top of page

UltranNote: SCP config from FortiGate

  • Writer: Matt Sherif
    Matt Sherif
  • Jun 23, 2020
  • 1 min read

Having administered a number of networking/sever platforms, SCP has become my go to for secure copying of small files to *nix based systems.


While the handbook explains how to enable SCP on a FortiGate, it leaves out the name of the config file, so I don't really know what to request. I did do some further digging and here's how you enable SCP, and backup the config file via SCP.


Enabling SCP



config system global
    set admin-scp enable
end

Copying the file via SCP (via Linux/Unix/macOS CLI)

scp admin@x.x.x.x:sys_config ~/configs/

And that's all there is to it!


Thank you for reading, I hope this was helpful.


Sources:


 
 
 

Recent Posts

See All
VyOS CLI edit mode

In a previous post we talked about VyOS as an alternative to vIOS images in EVE-NG. But it got me thinking, maybe you want to use VyOS at work or in your homelab as a router for your environment - as

 
 
 

Comments


bottom of page