Hi all,
I’m a new SFOS user and I recently received C2.
I decided to use SFOS because it is based on Linux and I used it everywhere outside mobile.
I will probably have a lot of questions how to customised it and what is / isn’t allowed.
Let’s start with SSH server.
I can see there are systemd services related to SSH with enabled “dev settings”:
[root@JollaC2 ~]# systemctl list-units | grep ssh
sshd@0-192.168.2.15:22-192.168.2.9:56178.service loaded active running OpenSSH per-connection server daemon (192.168.2.9:56178)
system-sshd.slice loaded active active system-sshd.slice
sshd.socket loaded active listening OpenSSH Server Socket
My question is if I could manually adjust the main SSHD configuration file /etc/ssh/sshd_config
.
I would like to allow SSH connections only with SSH key authentication.
My concern is if this could somehow “conflict” with other apps/processes running on phone by default.
Thx.