[Tutorial] How to enable SSH access on FreeBSD

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

xjv2mabeou

New member
Joined
Sep 14, 2020
Messages
23
Credits
13
As a default, all FreeBSD has SSH access disabled by default. In order to connect your FreeBSD machine with ssh follow these steps:


  1. To enable password authentication, uncomment and change to
    #PasswordAuthentication yes

  2. To enable root login, uncomment and change to
    #PermitRootLogin yes
 
Back
Top