Difference between revisions of "OPS235 Lab 7 - Fedora17"
Brian.gray (talk | contribs) |
Brian.gray (talk | contribs) |
||
Line 10: | Line 10: | ||
* Use ssh to tunnel other traffic | * Use ssh to tunnel other traffic | ||
* To customize sshd to create a more private, secure system | * To customize sshd to create a more private, secure system | ||
+ | |||
+ | == Reference == | ||
+ | * [http://linuxmanpages.com/ man pages] for ssh, sshd_config, scp, netstat, sftp | ||
+ | * [http://suso.org/docs/shell/ssh.sdf A good ssh tutorial] | ||
+ | * [http://it.toolbox.com/blogs/locutus/shh-securing-ssh-howto-10640 A good HOW-TO to make ssh more secure] |
Revision as of 17:41, 15 March 2010
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, sshd_config, scp, netstat, sftp
- A good ssh tutorial
- A good HOW-TO to make ssh more secure