Ir13h
Dabbler
- Joined
- Mar 3, 2017
- Messages
- 32
my mini is connected to my att router via Ethernet, I can access the web ui normally. my user is an admin but not root, has a public key and is in the sshd group as well as wheel.
my ssh service settings look as follows
as best as I can tell my router is not blocking port 22. I am on the same network via wifi. There is no output in the FreeNAS footer console (related to ssh at least)
when I run
I have also set up an ngrok tcp tunnel on port 22, I seem to get more output when I try to use that endpoint.
The public key is for my ~/.ssh/id_rsa file, this file does exist the permissions for it are owner can read and write others have no access
my ssh service settings look as follows
as best as I can tell my router is not blocking port 22. I am on the same network via wifi. There is no output in the FreeNAS footer console (related to ssh at least)
when I run
ssh -vvv user@freenas
I get the following outputCode:
OpenSSH_7.6p1, LibreSSL 2.6.2 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 48: Applying options for * debug2: ssh_connect_direct: needpriv 0 debug1: Connecting to freenas port 22. ssh: connect to host freenas port 22: Connection refused
I have also set up an ngrok tcp tunnel on port 22, I seem to get more output when I try to use that endpoint.
Code:
OpenSSH_7.6p1, LibreSSL 2.6.2 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 48: Applying options for * debug2: ssh_connect_direct: needpriv 0 debug1: Connecting to tcp://0.tcp.ngrok.io port 12551. debug1: Connection established. debug1: identity file /Users/Mark/.ssh/id_rsa type 0 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_rsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_dsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_dsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_ecdsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_ecdsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_ed25519 type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_ed25519-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_7.6 ssh_exchange_identification: Connection closed by remote host Mothership:/Us/Ma/wo/io/no/kafka % ssh -vvv root@tcp://0.tcp.ngrok.io -p 12551 OpenSSH_7.6p1, LibreSSL 2.6.2 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 48: Applying options for * debug2: ssh_connect_direct: needpriv 0 debug1: Connecting to tcp://0.tcp.ngrok.io port 12551. debug1: Connection established. debug1: identity file /Users/Mark/.ssh/id_rsa type 0 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_rsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_dsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_dsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_ecdsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_ecdsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_ed25519 type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/Mark/.ssh/id_ed25519-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_7.6 ssh_exchange_identification: Connection closed by remote host
The public key is for my ~/.ssh/id_rsa file, this file does exist the permissions for it are owner can read and write others have no access
Attachments
Last edited by a moderator: