sshd

  1. K

    Cannot find exact location of any and all SSH host key files.

    Hello. I am trying to verify my sever's SSH fingerprint so i don't get MITM'd. Every guide i find on google tells me that the host keys are stored in /etc/ssh/ , however, my /etc/ssh folder only contains the config files and a moduli file. I have searched the forum here for a solution but have...
  2. T

    SOLVED Losing SSH/SFTP connection after 90 seconds

    Update: This was network related. Not related to FreeNAS. The problem was, that I was connecting to different NICS on the same FreeNAS machine. The NICS were in different network. When connection via SSH through a firewall, the connection was dropped after ~80 seconds by sshd on the FreeNAS. I...
  3. Zou

    Is it possible to restart the sshd service in command line ?

    I'm in vacation and I try to activate the ssh tunneling in my FreeNas. So I've uncomment the "AllowTcpForwarding yes" option to the sshd_config file but now I try restart the service to make the changes active. (I don't have access to the WebUI). I've tested "service sshd restart" and I got...
  4. Stranded Camel

    How to harden SSH in FreeNAS 11

    I've just run this ssh-audit tool on my FreeNAS 11-4 box, and the results are abysmal (see end of post for results). In short, all the items marked `warn`, `fail` or `remove` need to be dealt with. I've done this on several Linux boxes, following this hardening guide, and the results were...
  5. M

    ssh to FreeNAS from nexenta gives - no common kex alg??

    Want to send some zfs snapshots to FreeNAS from old nexenta box. When I try to ssh from the nexenta box i get. root@nexenta:/export/home# ssh root@freenas no common kex alg: client 'diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1', server...
  6. W

    sshd reports unknown user for local users

    Hi, after upgrading to FreeNAS 11 we also decided to move away from locally managed users towards an existing LDAP database within our organization. This works great for the all the users who are in that directory. However there are still a couple local system accounts (e.g. for synchronization...
  7. H

    FreeNAS 11 ssh Extra options is too short

    Dear Developers, If I try to set up chroot in ssh, the Extra options text box is too short to describe everything. I want you to make it longer. Best regards,
  8. eim

    ssh libssh.so.5: Undefined symbol "evp_aes_128_ctr"

    Hi all, I'm running FreeNAS-9.2.1.9-RELEASE-x86 and since some time I can't start sshd anymore, when invoking % service sshd restart error is: /usr/lib/libssh.so.5: Undefined symbol "evp_aes_128_ctr" any suggestions regarding this issue? Thanks in advance for feedback.
Top