Skip to content

Instantly share code, notes, and snippets.

@kyokuheki
Created February 22, 2020 15:39
Show Gist options
  • Save kyokuheki/f9a7d0e474b38100f84791e436c6dba4 to your computer and use it in GitHub Desktop.
Save kyokuheki/f9a7d0e474b38100f84791e436c6dba4 to your computer and use it in GitHub Desktop.
古河電工 F200 firmware upgrade
# FURUKAWA F200 firmware upgrade
```
ssh root@192.0.2.1
generate key ssh rsa bits 2048
ip scp server enable
ssh-server enable version 2
save SIDE-A.cfg
refresh
```
```
scp F200.frm root@192.0.2.1:SIDE-A.frm
```
```
ssh root@192.0.2.1
reset
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment