Difference between revisions of "Talk:Remote Desktop"
From PC-BSD Wiki
Tigersharke (Talk | contribs) m |
Tigersharke (Talk | contribs) m |
||
| Line 19: | Line 19: | ||
---- | ---- | ||
| − | To allow | + | To allow a secure shell connection into your PC-BSD/FreeBSD machine:<br> |
| + | |||
| + | Create an exception for the firewall: | ||
| + | * Open the PC-BSD Control Panel | ||
| + | * Open the 'Firewall Manager' | ||
| + | ** Select the 'Exceptions' tab | ||
| + | ** Click the 'Add Entry' button | ||
| + | *** Select 'ssh' from the 'service' dropdown which will auto-fill the port with 22 | ||
| + | *** Adjust the interface to match your network device. | ||
| + | ** Select the 'general' tab | ||
| + | *** Click the 'restart' button | ||
| + | |||
| + | Enable the secure shell daemon | ||
| + | * Open the PC-BSD Control Panel | ||
| + | * Open the 'Service Manager' | ||
| + | ** Scroll down the list to 'sshd' | ||
| + | |||
| + | |||
| + | To access your machine, from a shell prompt type: ssh <ip> | ||
Revision as of 19:33, 22 October 2011
ADD DETAILS ON
X - Possible but requires seperate additional configuration.
Windows/MS equivalent (KDE, other window managers?)
- Some temporary links (or a temporary location for them)
- One source of info
To allow a secure shell connection into your PC-BSD/FreeBSD machine:
Create an exception for the firewall:
- Open the PC-BSD Control Panel
- Open the 'Firewall Manager'
- Select the 'Exceptions' tab
- Click the 'Add Entry' button
- Select 'ssh' from the 'service' dropdown which will auto-fill the port with 22
- Adjust the interface to match your network device.
- Select the 'general' tab
- Click the 'restart' button
Enable the secure shell daemon
- Open the PC-BSD Control Panel
- Open the 'Service Manager'
- Scroll down the list to 'sshd'
To access your machine, from a shell prompt type: ssh <ip>