#SSH Addon configuration
1 messages · Page 1 of 1 (latest)
yes, provide a port number in the addon config
I did! It’s 22 default and I have this port forwarded
I tried this:
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
and then I tried:
ssh-keygen -t ed25519 -C "your_email@example.com"
I am able to use the terminal on the UI:
This is my Configuration:
username: mikeez
password: hidden
authorized_keys:
- >-
ssh-ed25519
A...HIDDEN..... mikeez
sftp: false
compatibility_mode: false
allow_agent_forwarding: false
allow_remote_port_forwarding: false
allow_tcp_forwarding: false
compatibility_mode: true
Made it work.....
Option ssh: compatibility_mode
This SSH add-on focuses on security and has therefore only enabled known secure encryption methods. However, some older clients do not support these. Setting this option to true will enable the original default set of methods, allowing those clients to connect.
Note: Enabling this option, lowers the security of your SSH server!
How ed25519 ...NOT... a known one...