码迷,mamicode.com
首页 >  
搜索关键字:openssh    ( 1362个结果
Bad owner or permissions on .ssh/config
Bad owner or permissions on .ssh/config? The file has bad permissions.? If you get this error try: chmod?600?* inside the .ssh folder. according to the manual of openssh? ~/.ssh/config ? ?T...
分类:其他好文   时间:2015-08-25 19:48:26    阅读次数:167
ubuntu-开启ssh服务
SSH分客户端openssh-client和openssh-server 如果你只是想登陆别的机器的SSH只需要安装openssh-client(ubuntu有默认安装,如果没有则sudo apt-get install openssh-client),如果要使本机开放SSH服务就需要安装opens...
分类:系统相关   时间:2015-08-21 20:49:47    阅读次数:171
Linux ssh的使用
1、查看SSH客户端版本有的时候需要确认一下SSH客户端及其相应的版本号。使用ssh -V命令可以得到版本号。需要注意的是,Linux一般自带的是OpenSSH: 下面的例子即表明该系统正在使用OpenSSH:$ ssh -VOpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 ...
分类:系统相关   时间:2015-08-21 15:09:31    阅读次数:176
Linux学习笔记<二十五>——openssh服务
ssh:SecureSHellssh特点:基于TCP22号端口;密文认证;密文传输数据openssh是ssh的开源实现,支持sshv1和sshv2但sshv1无法解决中间层攻击,建议不要使用客户端:Linux:sshWindows:putty,SecureCRT,SSHSecureShellClient,Xmanager服务器端:Linux:sshdopenssh相关命令1.s..
分类:系统相关   时间:2015-08-20 06:53:08    阅读次数:197
使用Putty连接虚拟机中Ubuntu
一、准备 1.gust OS中Ubuntu确认安装并启动了SSH, install command: sudo apt-get install openssh-server 确认是否启动了ssh, ps –e|grep ssh 如图所示说明已经启动了: 如果只有 ssh-agent那ssh-serv...
分类:系统相关   时间:2015-08-20 00:56:58    阅读次数:191
转载-ubuntu搭建Git 服务器
本文转载自:http://blog.chinaunix.net/uid-15007890-id-3217101.html硬件需求:一台linux Ubuntu电脑(虚拟机),在公司局域网内有独立IP,并且保证小组每个人都能ping通;软件需求:git-core, gitosis, openssh-s...
分类:系统相关   时间:2015-08-20 00:56:54    阅读次数:283
平滑升级openssh版本方法
因为老版本的openssh存在远程访问执行漏洞,因此安装了Linux系统后需要升级openssh来修复此漏洞,加强服务器安全性。注意:升级过程中不要重启sshd服务,否则会远程连接不上!!升级版本为:openssh-6.6p1升级方法:1、加载本地源(方法不描述了)2、执行下列命令yuminstallbas..
分类:其他好文   时间:2015-08-19 17:27:55    阅读次数:180
ubuntu 下安装ssh服务,并修改ssh端口
1、安装ssh服务:sudo apt-get install openssh-server安装ssh-clientsudo apt-get install openssh-client2、确认ssh是否安装好ps -e | grep sshd450 ? 00:00:00 sshd如果看到sshd说明...
分类:系统相关   时间:2015-08-19 13:18:58    阅读次数:182
脚本解决openssh漏洞
一、问题描述在上一篇手动升级sshd服务后发现了三个后遗症:selinux开启的状态下,重启机器sshd不启动(原因:库文件“libcrypto.so.1.0.0”的selinux标记不正确,导致sshd无法调用访问该文件,使用setroubleshoot工具找到原因)hosts.allow,hosts.deny对sshd不起作用(原因:..
分类:其他好文   时间:2015-08-11 19:06:18    阅读次数:204
Ubuntu无法远程登录
新装的ubuntu无法远程登陆需要安装openssh server1. 在终端上输入以下命令: $sudo apt-get install openssh-server2. 安装完之后重启SSH $sudo /etc/init.d/ssh restart3. 用Putty远程登录。
分类:系统相关   时间:2015-08-11 13:41:10    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!