Project

General

Profile

Feature #768

Using SSH With The FreeBSD Installer / LiveCD

Added by Daniel Curtis about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Installation
Target version:
Start date:
03/04/2016
Due date:
% Done:

100%

Estimated time:
0.10 h
Spent time:

Description

This is a guide on setting up an SSH server with a FreeBSD Installer Disc or USB Image.

  • When the FreeBSD Installer Welcome message appears choose the Shell option.
  • Then acquire an IP address using DHCP:
    dhclient em0
    
    • NOTE: Use ifconfig to find your network interface.
  • Mount a temporary /etc directory:
    mkdir /tmp/etc
    mount_unionfs /tmp/etc /etc
    
  • Set a root password:
    passwd root
    
  • Allow root to login over SSH:
    echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
    
  • Now start an SSH daemon by running:
    service sshd onestart
    

Resources

#1

Updated by Daniel Curtis about 8 years ago

  • Tracker changed from Support to Feature
  • Status changed from New to Resolved
  • % Done changed from 0 to 100
#2

Updated by Daniel Curtis about 8 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF