Home | Mirror | Search

第 55 章 OpenSSH

目錄

1. 安裝 OpenSSH
2. /etc/ssh/
2.1. sshd_config
2.1.1. maximum number of authentication
2.1.2. disable root SSH login
2.1.3. 忽略known_hosts檔案
2.1.4. Automatic SSH / SSH without password
2.1.5. disable password authentication
2.2. ssh_config
2.2.1. ForwardAgent
3. OpenSSH Tunnel
3.1. SOCKS v5 Tunnel
4. ssh-keygen — authentication key generation, management and conversion
4.1. .ssh/known_hosts
5. ssh-copy-id - install your public key in a remote machine's authorized_keys
6. ssh-agent
6.1. ssh-add
6.2. Lock / Unlock agent
6.3. Set lifetime (in seconds) when adding identities.
7. OpenSSH for Windows
7.1. Putty Client

1. 安裝 OpenSSH

使用下面命令安裝OpenSSH

sudo apt-get install ssh

comments powered by Disqus