Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 751 Bytes

File metadata and controls

35 lines (31 loc) · 751 Bytes

How to run an SSH Server on the FLX1

Be careful when using SSH, always verify the host key fingerprint and avoid trusting unknown hosts blindly, because enabling SSH exposes a remote entry point that attackers can brute‑force or abuse if it is misconfigured.

Installation and config

  1. Install needed packages

For SSH over Internet:

sudo apt install openssh-server

For SSH over USB:

sudo apt install usb-tethering 
  1. Goto Settings App -> System -> Secure Shell
  2. Enable Secure Shell
  3. Connect from client with
ssh furios@FuriPhoneFLX1s

Alternative connections

IP

ssh furios@(PhoneIP)

USB

ssh furios@10.15.19.82

USB Recovery

ssh root@192.168.2.15