码迷,mamicode.com
首页 >  
搜索关键字:openssh    ( 1362个结果
网站压力测试
网站压力测试工具 使用siege这个工具去进行压力测试,这个既可以进行http和https进行压力测试。 编译方法 wget http://download.joedog.org/siege/siege-latest.tar.gz tar -zxvf siege-latest.tar.gz 使用方式 sudo apt-get install openssl openssh-s...
分类:Web程序   时间:2015-07-10 19:08:08    阅读次数:129
Linux 安装
1. 修改root密码 sudo passwd root2. 安装ssh apt-get install openssh-server3. 连接securecrt 用户名:root 密码:pct4. 安装图形界面 apt-get install x-window-system-core apt-ge...
分类:系统相关   时间:2015-07-10 11:01:45    阅读次数:161
OpenStack All in One 虚拟机环境手动安装(Ubuntu)
准备安装节点:1.安装ubuntuserver镜像到Vmware;(OpenSSH,VirtualMachineHost)2.修改apt源sudochmod+x/etc/apt/sources.listsudovim/etc/apt/sources.list%s/us\.archive\.ubuntu/mirrors\.aliyun/g3.sudoapt-getupdate4.sudoapt-getinstallubuntu-cloud-keyring5.sudovi/e..
分类:系统相关   时间:2015-07-08 00:42:42    阅读次数:583
ubuntu开启root用户ssh远程登录
ubuntu14.04,默认root用户就不能远程ssh登录了.可能是出于安全的考虑吧.之前一直用普通用户登录,然后再切换到root用户,今天就把相关的问题整理了一下,开启了root用户远程ssh登录. 要远程ssh登录,首先得安装ssh-server. apt-get install openssh-server 然后修改/etc/ssh/sshd_config文件,将PermitRoot...
分类:系统相关   时间:2015-07-07 14:54:38    阅读次数:191
版本控制-搭建git服务器
GitHub是一个免费托管开源代码的Git服务器,如果我们不想公开项目的源代码,又不想付费使用,那么我们可以自己搭建一台Git服务器。   下面我们就看看,如何在Ubuntu上搭建Git服务器。我们使用VMware虚拟机安装两台Ubantu系统,分别命名为gitServer和gitClient_01。  1、安装OpenSSH并配置SSH无密码登陆   通过命令 sudo apt-get...
分类:其他好文   时间:2015-07-07 11:09:18    阅读次数:188
使用SecureCRT连接ubuntu
在虚拟机装好ubuntu之后,一直想用SecureCRT在物理机上连接一下,无奈总是失败,今天下定决心要把这个问题解决了,晚上捣鼓一下,终于解决了。我是用的ubuntu版本是14.04,装好之后默认是没有安装ssh服务的,需要手动安装: 安装命令:sudo apt-get install openssh-server安装完成之后,查看安装是否成功:netstat -tlp看到这个表示安装成功 这...
分类:系统相关   时间:2015-07-02 22:36:08    阅读次数:240
CentOS6下ssh简介及openssh的应用
1.ssh及openssl简介:SSH:ssh是secureshell,是用来通过网络来提供安全的远程访问的工具,C/S结构,在ssh之前,最早的远程计算机连接工具是telnettelnet是使用明文通信的,所以安全性很差,除非紧急情况,否则不要使用telnet。ssh则比telnet安全许多,而openssl则是ssh的一种..
分类:其他好文   时间:2015-07-02 17:50:51    阅读次数:117
fedora22一键安装包安装gitlab-ce-7.12.0
1、安装依赖 sudo yum install curl openssh-server sudo systemctl enable sshd sudo systemctl start sshd sudo yum install postfix sudo systemctl enable postfix sudo systemctl start postfix sudo firew...
分类:其他好文   时间:2015-07-01 20:45:06    阅读次数:384
ssh搭建
一、资源下载 下载 openssh、openssl 和 zlib 三个包。 openssh:http://www.openssh.com/portable.html openssl:http://www.openssl.org/source zlib:http://www.zlib.net/ 本次采用的版本见附件。 二、解压并编译...
分类:其他好文   时间:2015-07-01 18:55:38    阅读次数:155
VirtualBox端口转发
VirtualBox下CentOS网络连接方式为:网络地址转换(NAT),此时,windows下无法ping通CentOS网络,需要做端口转发。1.CentOS安装ssh#rpm -qa | grep ssh // 查看是否安装SSH#yum -y install openssh-server //...
分类:其他好文   时间:2015-07-01 17:16:28    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!