[root@qxeden ~]# cat /etc/ssh/sshd_config
# $OpenBSD: sshd_config,v 1.73 2005/12/06 22:38:28 reyk Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
# This sshd was compiled with PATH=/usr/local/bin:/bin:/usr/bin
# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented. Uncommented options change a
# default value.
Port 222
#Protocol 2,1
Protocol 2
#AddressFamily any
#ListenAddress 0.0.0.0
#ListenAddress ::
# HostKey for protocol version 1
#HostKey /etc/ssh/ssh_host_key
# HostKeys for protocol version 2
#HostKey /etc/ssh/ssh_host_rsa_key
#HostKey /etc/ssh/ssh_host_dsa_key
# Lifetime and size of ephemeral version 1 server key
#KeyRegenerationInterval 1h
#ServerKeyBits 768
# Logging
# obsoletes QuietMode and FascistLogging
#SyslogFacility AUTH
SyslogFacility AUTHPRIV
#LogLevel INFO
# Authentication:
#LoginGraceTime 2m
#PermitRootLogin yes
#StrictModes yes
#MaxAuthTries 6
#RSAAuthentication yes
#PubkeyAuthentication yes
#AuthorizedKeysFile .ssh/authorized_keys
# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
#RhostsRSAAuthentication no
# similar for protocol version 2
#HostbasedAuthentication no
# Change to yes if you don't trust ~/.ssh/known_hosts for
# RhostsRSAAuthentication and HostbasedAuthentication
#IgnoreUserKnownHosts no
# Don't read the user's ~/.rhosts and ~/.shosts files
#IgnoreRhosts yes
# To disable tunneled clear text passwords, change to no here!
#PasswordAuthentication yes
#PermitEmptyPasswords no
PasswordAuthentication yes
# Change to no to disable s/key passwords
#ChallengeResponseAuthentication yes
ChallengeResponseAuthentication no
# Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes
#KerberosGetAFSToken no
# GSSAPI options
#GSSAPIAuthentication no
GSSAPIAuthentication yes
#GSSAPICleanupCredentials yes
GSSAPICleanupCredentials yes
# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# be allowed through the ChallengeResponseAuthentication mechanism.
# Depending on your PAM configuration, this may bypass the setting of
# PasswordAuthentication, PermitEmptyPasswords, and
# "PermitRootLogin without-password". If you just want the PAM account and
# session checks to run without PAM authentication, then enable this but set
# ChallengeResponseAuthentication=no
#UsePAM no
UsePAM yes
# Accept locale-related environment variables
AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
AcceptEnv LC_IDENTIFICATION LC_ALL
#AllowTcpForwarding yes
#GatewayPorts no
#X11Forwarding no
X11Forwarding yes
#X11DisplayOffset 10
#X11UseLocalhost yes
#PrintMotd yes
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no
#UsePrivilegeSeparation yes
#PermitUserEnvironment no
#Compression delayed
#ClientAliveInterval 0
#ClientAliveCountMax 3
#ShowPatchLevel no
#UseDNS yes
#PidFile /var/run/sshd.pid
#MaxStartups 10
#PermitTunnel no
#ChrootDirectory none
# no default banner path
#Banner /some/path
# override default of no subsystems
Subsystem sftp /usr/libexec/openssh/sftp-server
分享到:
相关推荐
ssh_config 希望对你有用!
aws-ssh-config, 从 AWS EC2清单生成SSH配置文件 aws-ssh-config描述使用boto查询 AWS API并生成一个准备使用的SSH配置文件的非常简单的脚本。 有几个类似的脚本,但我找不到一个能够满足我所有的愿望列表:立即连接...
ssh_config 这是ssh_config文件的Go解析器。 重要的是,此解析器尝试将注释保留在给定的文件中,因此,如果您愿意,可以从程序中操作ssh_config文件。 它旨在与出色的软件包一起使用,该软件包可处理SSH协商,但...
ssh_config
SSH通过在不安全的网络上建立安全隧道来实现安全通信,常用版本包括SSH-1和SSH-2。 在本例中,提到的“ssh-config.txt”是一个SSH配置文件。SSH配置文件可以用来保存特定的连接设置,以便用户在使用SSH客户端进行...
Go-sshconfig是一个专门用于解析`ssh_config`文件的Go语言库。`ssh_config`文件是OpenSSH客户端的配置文件,用于定义连接到远程主机时的参数和行为。这个库的目的是使开发者能够方便地在Go应用程序中读取、理解和...
SSH-配置:一个工具,用于管理的ssh配置文件 概述 每次主机更改时更新您的 .ssh/config 文件并没有那么麻烦,但是当它开始频繁发生时,即使是这种麻烦也开始增加。 这是我写来帮助处理这些问题的快速工具。 非常小心...
sshconfig的: ssc 在$ HOME / .ssh / config中添加/删除/列出ssh别名的最小命令要做出贡献,请分叉添加您的代码并提出拉取请求。 随时添加新的有用的东西安装SSC在Linux,BSD和OSX上可用curl -L ...
SSH Config Editor Mac版是一款macOS平台的ssh配置文件管理工具,SSH Config Editor Mac版可以帮助我们在 mac电脑上管理ssh配置文件,我们可以通过这款软件添加或是修改SSH配置文件、添加或是修改端口转发规则、RSA...
2. **客户端配置**:客户端的配置文件一般位于`~/.ssh/config`,可以设定连接参数,如主机名、端口、用户名等。 3. **密钥生成**:SSH1使用RSA公钥/私钥对进行身份验证。命令`ssh-keygen`用于生成密钥对,然后将...
ansible-ssh-config 该模块已迁移到改用社区版本。 Ansible的模块,用于配置ssh配置文件。 为什么? 我们有几个库可以在工作中的项目之间共享功能。 这些库位于GitHub上,它们位于自己的存储库中。 我们的部署...
在SSH2实例中,可能在WEB-INF下存放了与SSH2相关的配置文件或Java类文件,如用于连接的配置文件(如ssh_config)或者自定义的SSH2连接处理类。 总结来说,"SSH2实例编写"涵盖了网络安全、加密技术、远程访问控制、...
SSH2的配置文件通常位于`/etc/ssh/sshd_config`(服务器端)和`~/.ssh/config`(客户端),文档应该会解释这些配置文件中的各个选项及其作用,帮助用户根据需要定制SSH的行为。 在实际项目中,SSH2也被广泛应用于...
什么是ssh_config? 为什么 我不记得我要管理的所有服务器。 同样,所有服务器都需要所有不同的配置才能与其连接。 我知道〜.ssh / config可以处理此类问题。 我希望它更轻松地处理此文件。 是的,我不确定这是否...
Java通过ganymed-ssh2-build210.jar库实现SSH远程连接Linux终端是一个常见的应用场景,主要用于自动化运维、系统管理或者开发过程中需要与Linux服务器交互的场景。ganymed-ssh2-build210.jar是Java的一个开源SSH库,...
var // see https://github.com/mscdex/ssh2 config = { host : 'localhost' , username : 'root' , password : 'root' } , command = 'ls -alh' ;exec ( config , command , function ( error , response )...
SSH2(Secure Shell 2)是一种网络协议,用于在不安全的网络上提供安全的远程登录和其他服务。在这个实例中,我们将深入探讨如何配置SSH2,以便在不同系统之间建立安全的通信。SSH2提供了加密的数据传输,确保了用户...
首先,SSH2SFTP客户端基于SSH2库,SSH2是一个强大的、全面的Node.js库,用于处理SSH2协议。它不仅支持SFTP,还支持SSH连接、远程命令执行等功能。SSH2SFTP客户端提供了简单易用的API,使得开发者能够在Node.js应用...
ec2ssh是Amazon EC2的ssh_config管理器。 ec2ssh命令将Host描述添加到ssh_config(默认为〜/ .ssh / config)。 实例的“名称”标记用作Host描述。 如何使用 1.为您的实例设置“名称”标签 例如。 将“ app-server-...
2. **配置文件**:SSH服务主要通过`/etc/ssh/sshd_config`(服务器端)和`~/.ssh/config`(客户端)这两个配置文件进行设置。例如,你可以在这里修改端口号、认证方式、加密算法等。 3. **密钥交换**:SSH2使用...