Questions tagged «sshd»

sshd-OpenSSH SSH守护程序

4
sshd_config文件中的“无密码”是什么意思?
我刚刚在服务器上安装了Ubuntu 14.04,当我在sshd_config文件中遇到此配置文件时,我正在设置所有配置文件: # Authentication: LoginGraceTime 120 PermitRootLogin without-password StrictModes yes 这让我非常担心。我认为有人可能以root用户身份登录我的服务器而没有密码。 我尝试通过以下方式以root用户身份连接到服务器: johns-mbp:~ john$ ssh root@192.168.1.48 The authenticity of host '192.168.1.48 (192.168.1.48)' can't be established. RSA key fingerprint is 40:7e:28:f1:a8:36:28:da:eb:6f:d2:d0:3f:4b:4b:fe. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.1.48' (RSA) to the list of known …
118 openssh  sshd 

5
如何强制SSH仅允许具有密钥的用户登录?
我尝试按照以下说明进行操作:http : //lani78.wordpress.com/2008/08/08/generate-a-ssh-key-and-disable-password-authentication-on-ubuntu-server/ 只允许服务器上具有公共密钥的用户进行身份验证,但是我无法让SSH禁止仅使用用户名/密码登录。 这是我的sshd_config文件-我缺少任何内容吗?我已经尝试过重新启动SSH和计算机本身。 # Package generated configuration file # See the sshd_config(5) manpage for details # What ports, IPs and protocols we listen for Port 22 # Use these options to restrict which interfaces/protocols sshd will bind to #ListenAddress :: #ListenAddress 0.0.0.0 Protocol 2 # HostKeys for protocol …
73 ssh  sshd 

2
无法启动sshd
我是Ubuntu的新手,正在尝试启动sshd,但是存在很多问题。我已经尝试通过运行sudo apt-get remove openssh-client openssh-server和卸载并重新安装ssh sudo apt-get install openssh-client openssh-server。当我跑步时,sudo service ssh restart我得到: stop: Unknown instance: ssh start/running, process 3638 sudo service sshd start给我unrecognized service。 我跑步时ps -A | grep ssh什么也没得到。跑步ssh localhost使我拒绝连接。
35 ssh  sshd 


9
如何禁用SSHD自动启动?
安装openssh-server之后,每次引导时服务器都会启动。如果我希望它是手动的,我该怎么办? 在新贵的0.6.7+版本中,我将在作业文件中添加一个“手动”节。 10.04的新贵0.6.5-8。在这种情况下,禁止ssh自动启动的首选方法是什么?
32 sshd 


6
尾巴:无法使用inotify,恢复为轮询:打开的文件过多
当我尝试时tail -f catalina.out,出现错误: tail: inotify cannot be used, reverting to polling: Too many open files 我在这篇文章中尝试了答案: 打开的文件太多-如何找到罪魁祸首 lsof | awk '{ print $2; }' | sort -rn | uniq -c | sort -rn | head 当我运行以上命令时,输出为 17 6115 13 6413 10 6417 10 6415 9 6418 9 6416 9 6414 …
16 bash  apache2  tomcat  sshd  tail 

2
%h在SSHD配置中是什么意思?
我正在服务器上设置OpenSSH,并且已经在客户端上创建了密钥,但是我不知道应该将公共密钥放在主机上的哪个位置。我知道需要将其添加到authorized_keys文件中,但是授权密钥文件在哪里?在sshd_config它里面 %h/.ssh/authorized-keys 我环顾了一下,我见过的人参考%H作为主目录的快捷方式,但它是主目录中/home/.ssh或者是它/home/user/.ssh? 请原谅我的无知,并先谢谢您! 我已经看过.ssh目录不在这两个位置。

3
授予sftp用户访问/ var / www目录的权限
我已经创建了一个用户并创建了他的主目录 /var/www/mysite/ftpdir 我还为该用户添加了一个Match用户条目,sshd_config其中的ChrootDirectory指向/var/www/mysite 我已经重新开始ssh接听。 当我使用sftp登录时-用户仍然会转到用户的旧目录,即 /home/user 我想念什么?
12 users  sftp  www  sshd 


6
SSH拒绝连接-“ sshd:无法识别的服务”
SSH出现问题。 ssh: connect to host 192.168.1.7 port 22: Connection refused 每当我尝试使用SSH将我的桌面与另一个桌面连接时,都会出现上述错误,但是我能够成功ping其他桌面。 ssh: connect to host 192.168.1.7 port 22: Connection refused 当我尝试重新启动sshd时,它输出以下错误 sshd: unrecognized service 我可以使用SSH连接到远程服务器,但是无法在本地网络中连接。我该如何解决这个问题?
10 networking  ssh  12.10  sshd 

1
如何从MOTD / Banner中删除非root用户的法律声明
问题: 通过SSH登录时,为所有非root用户显示以下文本: Ubuntu系统随附的程序是免费软件; / usr / share / doc / * / copyright 中的各个文件中描述了每个程序的确切分发条款。 在 适用法律允许的范围内,Ubuntu绝对不提供担保。 组态: 我的/etc/ssh/sshd_config包括: PrintMotd否 PrintLastLog否 PrintMotd no并且PrintLastLog no在PAM中被PAM覆盖/etc/pam.d/sshd 会话可选pam_motd.so 会话可选pam_lastlog.so永不显示失败 /var/run/motd被链接到/etc/motd: / etc / motd-> / var / run / motd 文件夹/etc/update-motd.d/为空! 题: 如何禁止非root用户显示以上通知?
9 12.04  ssh  sshd  motd 

4
尽管端口转发似乎正常,但无法从外部LAN进行SSH
运行Ubuntu 12.04,我已经设置了OpenSSH服务器。我可以从局域网内部连接,但不能从外部连接。我正在使用与sshd_config其他Ubuntu 12.04计算机(位于不同LAN上)相同的文件。 $ ssh 192.168.0.2 工作正常,但是 $ ssh 65.76.97.222 (由IP地址组成)不起作用。什么都没发生。没有错误信息,或其他任何信息。提示就坐在那儿。 感谢下面的评论,我设法通过网站canyouseeme.org和ShieldsUP验证了端口22确实是开放的。 使用该选项-vvv,我得到以下信息: $ ssh -vvv 65.76.97.222 OpenSSH_5.9p1 Debian-5ubuntu1.4, OpenSSL 1.0.1 14 Mar 2012 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to 65.76.97.222 [65.76.97.222] port 22. debug1: Connection …
8 networking  server  ssh  lan  sshd 

2
远程系统意外断开连接时,SSH进程未在远程计算机上终止
我有一个无法找到答案的问题。我有两台计算机,都运行Ubuntu 12.04。我将一台计算机放在家里,并使用SSH从另一台(“远程”)计算机连接到它。远程计算机能够毫无问题地连接到家用计算机。远程计算机还在/ etc / ssh / ssh_config中将SetAliveInterval设置为60,因此如果我离开计算机片刻,连接不会消失。 有时,我在远程计算机上的Internet连接被中断。Internet中断导致我的SSH隧道关闭(当然)。但是,当我恢复Internet连接并使用新的SSH隧道重新连接到家用计算机时,可以看到使用#ps ax旧的SSH连接过程仍在运行。这是一个问题,因为我在家用计算机上使用了一个加密的主目录,该目录不允许重新加密文件,直到该(现已失效的)SSH连接被终止。 有没有一种方法可以在家用计算机上设置sshd_config,以便它自动检测连接何时终止并终止连接?
8 ssh  sshd 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.