码迷,mamicode.com
首页 >  
搜索关键字:配置ssh    ( 597个结果
gitlab 配置 ssh && ubuntu
1,在你的电脑上生成密钥ssh-keygen -t rsa -C "youeamil@explode.com" 2,在 ubuntu系统中 ~/.ssh目录中生成了两个文件id_rsa和id_rsa.pub。id_rsa中保存的是私钥,id_rsa.pub中保存的是公钥。3,打开 id_rsa.p....
分类:系统相关   时间:2015-04-28 20:39:37    阅读次数:363
CentOS配置SSH单向无密码访问
最近在研究一款文件系统,需要远程给客户机安装软件,且需要无SSH密码访问,另外需要远程给客户机传文件,每次输入root密码很不方便,就想到用ssh key生成公钥、私钥来验证,而避免每次就必须输入root密码。服务器架构:系统:CentOS 6.5 x64主控端A:192.168.0.150远端主机...
分类:其他好文   时间:2015-04-26 20:55:53    阅读次数:148
配置SSH Secure Shell Client连接Linux
前提 通常,我们在Windows开发是需要远程登录到Linux,常用的远程登录工具有SSH(SSH Secure Shell Client)和SecureCRT等,其中SSH Secure Shell Client免费,推荐使用。 使用SSH(SSH Secure Shell Client)远程.....
分类:系统相关   时间:2015-04-22 17:44:28    阅读次数:627
Ubuntu 安装hadoop 伪分布式
一、安装JDK :http://www.cnblogs.com/E-star/p/4437788.html二、配置SSH免密码登录1、安装所需软件 sudo apt-get install install ssh2、配置ssh免密码登录 ssh-keygen -t dsa -P '' -...
分类:系统相关   时间:2015-04-18 18:54:32    阅读次数:208
【j2ee spring】25、Unable to load configuration. - bean - jar:file:
配置SSH的时候出错 Unable to load configuration. - bean - jar:file:/D:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/testjson/WEB-INF/lib/struts2-core-2.1.8.1.jar!/struts-defa...
分类:编程语言   时间:2015-04-09 09:02:23    阅读次数:142
配置Cygwin支持无密码SSH登陆
1、安装SSH? 默认的Cygwin没有安装ssh 所以重新运行http://www.cygwin.com/setup-x86_64.exe? 在Select Packages的时候,在search输入ssh 选择openssh:The OpenSSH server and client programs? 2、配置SSH服务...
分类:Windows程序   时间:2015-04-07 20:19:32    阅读次数:303
Kali配置SSH及开机自启
修改sshd_config文件,命令如下: vi /etc/ssh/sshd_config 我的配置文件如下: # Package generated configuration file # See the sshd_config(5) manpage for details # What por...
分类:其他好文   时间:2015-03-30 12:42:58    阅读次数:272
Window Git
一.下载 http://git-scm.com/downloads 二.安装 三.配置 ? ?1.配置公钥? ? ? ? git使用SSH进行加密,所以必须配置SSH key? ? ? ?a.检查公钥 ? ? ? ? ?$cd ~./ssh ?如果没有这个目录就说明之前没有...
分类:Windows程序   时间:2015-03-13 16:52:11    阅读次数:167
ubuntu-ssh配置
SSH配置:SSH分客户端openssh-client和openssh-server如果你只是想登陆别的机器的SSH只需要安装openssh-client(ubuntu有默认安装,如果没有则sudoapt-getinstallopenssh-client),如果要使本机开放SSH服务就需要安装openssh-serversudoapt-getinstallopenssh-server然后确认s..
分类:系统相关   时间:2015-03-04 19:33:40    阅读次数:194
debian8下pgsql的主备同步热切手动脚本
9以后,通过流复制直接做主:192.168.1.111从:192.168.1.222需要在postgres帐号下先配置ssh互信,双机都配置sh-keygen -t rsassh-copy-id -i ~/.ssh/id_rsa.pub postgres@192.168.1.222测试ssh 192...
分类:数据库   时间:2015-02-26 13:26:24    阅读次数:333
597条   上一页 1 ... 51 52 53 54 55 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!