个人工具

“UbuntuHelp:SSH”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(正在重定向到 UbuntuHelp:SSHHowto
 
 
第1行: 第1行:
#REDIRECT [[UbuntuHelp:SSHHowto]]
 
 
{{From|https://help.ubuntu.com/community/SSH}}
 
{{From|https://help.ubuntu.com/community/SSH}}
 
{{Languages|UbuntuHelp:SSH}}
 
{{Languages|UbuntuHelp:SSH}}
 +
#title SSH
 +
Parent page: [[UbuntuHelp:InternetAndNetworking| Internet and Networking]]
 +
== Introduction ==
 +
SSH ("Secure SHell") is a protocol for securely accessing one computer from another.  Despite the name, SSH allows you to run command line and graphical programs, transfer files, and even create secure virtual private networks over the Internet.
 +
To use SSH, you will need to install an SSH client on the computer you connect from, and an SSH server on the computer you connect to.  The most popular Linux SSH client and Linux SSH server are maintained by the  OpenSSH project.
 +
The OpenSSH client is included in Ubuntu by default.  For information on connecting to an SSH server, see [[UbuntuHelp:SSH/OpenSSH/ConnectingTo | Connecting to an OpenSSH Server]].
 +
To install the OpenSSH server, [[UbuntuHelp:InstallingSoftware#installing-a-package|install the following package]]: '''''[[UbuntuHelp:apt:openssh-server|openssh-server]]'''''.
 +
{|border="1" cellspacing="0"
 +
|https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconWarning3.png||Make sure you have a [[UbuntuHelp:StrongPasswords|strong password]] before installing an SSH server (you may want to [[UbuntuHelp:SSH/OpenSSH/Configuring#disable-password-authentication|disable passwords altogether]])
 +
|}
 +
=== Resources ===
 +
Some information on using an SSH server is available below.  To use these guides, you must be an Ubuntu user that's comfortable using the [[UbuntuHelp:CommandlineHowto|command-line]], editing configuration files, and starting and stopping daemon programs.
 +
* [https://help.ubuntu.com/9.04/serverguide/C/openssh-server.html  OpenSSH Server Guide]
 +
* [[UbuntuHelp:SSH/OpenSSH/Configuring | Configuring an OpenSSH Server]]
 +
* [[UbuntuHelp:SSH/OpenSSH/Keys | SSH Key Authentication]]
 +
* [[UbuntuHelp:SSH/OpenSSH/PortForwarding | Port Forwarding]]
 +
* [[UbuntuHelp:SSH/OpenSSH/Advanced | Advanced OpenSSH Functions]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年11月17日 (二) 20:40的最新版本

  1. title SSH

Parent page: Internet and Networking

Introduction

SSH ("Secure SHell") is a protocol for securely accessing one computer from another. Despite the name, SSH allows you to run command line and graphical programs, transfer files, and even create secure virtual private networks over the Internet. To use SSH, you will need to install an SSH client on the computer you connect from, and an SSH server on the computer you connect to. The most popular Linux SSH client and Linux SSH server are maintained by the OpenSSH project. The OpenSSH client is included in Ubuntu by default. For information on connecting to an SSH server, see Connecting to an OpenSSH Server. To install the OpenSSH server, install the following package: openssh-server.

IconsPage?action=AttachFile&do=get&target=IconWarning3.png Make sure you have a strong password before installing an SSH server (you may want to disable passwords altogether)

Resources

Some information on using an SSH server is available below. To use these guides, you must be an Ubuntu user that's comfortable using the command-line, editing configuration files, and starting and stopping daemon programs.