Access to filesystem without ssh

Hi, i have a curiosity,

If i disable ssh access, is there any method to access to files or i need to reflash?

SSH, or Secure SHell, only gives you a terminal connection and not direct file system access.

For file system access, the best way is to install an sftp server and use an sftp client on your pc.

hi @bluewavenet,

I did not explain myself…

If i lost SSH password or disable service, if there is an alternative way to access on system? through uboot? through serial?

:slight_smile:

you can access through serial any time.

You can flash the firmware using uboot failsafe: Overview - GL.iNet Docs

@alzhao, is possible to disable access through serial?

disable this row on initab

#::askconsole:/usr/libexec/login.sh

prevent serial access?