Difference between revisions of "OPS235 Lab 7 - Fedora17"
Brian.gray (talk | contribs) |
Brian.gray (talk | contribs) |
||
Line 19: | Line 19: | ||
* [http://fedoraproject.org/get-fedora Fedora 12] Live CD or a classmate on the same pod | * [http://fedoraproject.org/get-fedora Fedora 12] Live CD or a classmate on the same pod | ||
* One SATA hard disk in a removable drive tray with Fedora host and 3 Fedora Virtual Machines installed | * One SATA hard disk in a removable drive tray with Fedora host and 3 Fedora Virtual Machines installed | ||
− | * Completion of [OPS235_Lab_6 Lab 6] | + | * Completion of [[OPS235_Lab_6 | Lab 6]] |
== Lab Preparation == | == Lab Preparation == |
Revision as of 17:50, 15 March 2010
Contents
Setup and Configure Secure Shell Services (ssh) Using Virtual Machines
Objectives
- To set up, configure Secure Shell Services (ssh/sshd)
- To use the ssh, scp, and sftp clients to access another host securely
- Use ssh to tunnel X applications
- Use ssh to tunnel other traffic
- To customize sshd to create a more private, secure system
Reference
- man pages for ssh, ssh-keygen, sshd_config, ssh_config, scp, netstat, sftp, ifconfig, ping, arp, netstat, service
- A good ssh tutorial
- A good HOW-TO to make ssh more secure
Required materials
- Fedora 12 Live CD or a classmate on the same pod
- One SATA hard disk in a removable drive tray with Fedora host and 3 Fedora Virtual Machines installed
- Completion of Lab 6