网页
图片
视频
学术
词典
地图
更多
航班
笔记本
ssh-agent
网络
存放你的私钥;代理的程序;非交互
网络释义
1.
存放你的私钥
... 12.3.3 fstab: 跟踪文件系统 ................................... 502 18.3.5
ssh-agent
:
存放你的私钥
..............21 ...
www.3dwoo.com
|
基于15个网页
2.
代理的程序
做认证
代理的程序
(
ssh-agent
),SSH就能用户不用记住太多的密码也不用重复输入密码就可以安全通过认证登录到远程系统里,大 …
linux.chinaunix.net
|
基于2个网页
3.
非交互
...,所以我只是在 参考资料 中为您指出了一些资料。在本文的其余部分,我将假定您已经配置了通过 OpenSSH 进行的
非交互
…
linux.chinaunix.net
|
基于2个网页
4.
设定
成大资讯 ... 5-3-2使用 scp 5-3-5
设定
ssh-agent
7-4-3设定路径 routing ...
blog.lauct.org
|
基于 1 个网页
更多释义
收起释义
例句
释义:
全部
全部
,
存放你的私钥
存放你的私钥
,
代理的程序
代理的程序
,
非交互
非交互
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The $SSH_AUTH_SOCK
(
short
for
SSH
Authentication
Socket
)
is
the
location
of
a
local
socket
which
applications
can
use
to speak to
ssh
-
agent
.
$SSH_AUTH_SOCK
(
即
SSHAuthenticationSocket
的
缩写
)
是
一个
本地
套
接
字
的
位置
,
应用程序
使用
它
与
ssh-agent
通信
。
www.ibm.com
2.
Now
we
're
ready
to
share
our
passphrase
with
ssh
-
agent
.
现在
,
我们
可以
将
密码短语
与
ssh-agent
共享
了
。
www.ibm.com
3.
The
ssh
-
agent
program
acts
like
a
gatekeeper
,
securely providing
access
to
security
keys
as
needed
.
ssh-agent
程序
如同
一个
看门
人
,
它
根据
需要
安全
地
提供
对
安全
密钥
的
访问
。
www.ibm.com
4.
For
the
truly
paranoid
who
refuse
to
create
a
password
-
less
SSH
public
-
private
key
pair
,
there
's
the
ssh
-
agent
utility
.
对于
拒绝
创建
无
密码
SSH
公私
密钥
对
的
真正
的
偏执狂
来说
,
有
一个
ssh-agent
实用程序
。
www.ibm.com
5.
On
Windows
,
the
SSH
agent
is
called
Pageant
,
a
part
of the PuTTY
SSH
tool
set
that is included with ssvnc
.
在
Windows
上
,
SSH
代理
称为
Pageant
,
它
是
ssvnc
中
的
PuTTYSSH
工具
集
的
一部分
。
www.ibm.com
6.
Once
executed
,
the
eval
`
ssh
-
agent
`
statement
will
return
the
agent
's
process
identifier
.
执行
eval`ssh-agent`
语句
之后
,
它
会
返回
代理
的
过程
标识
符
。
www.ibm.com
7.
To
do
so
,
we
must
use
a
program
called ssh
-
add
, which
adds
(
sends
)
our
passphrase
to
the
running
ssh
-
agent
program
.
为此
,
必须
使用
程序
ssh-add
将
密码
短语
添加
(
发送
)
至
运行
中
的
ssh-agent
程序
。
www.ibm.com
8.
ssh
-
agent
has
now
become
a
background
process
which is
visible
using
the
top
and
ps
commands
.
现在
,
ssh-agent
已经
成为
后台
进程
,
可以
使用
命令
top
和
ps
查看
。
www.ibm.com
9.
Once
ssh
-
agent
is
started
,
it
sits
in
the
background
and
makes
itself
available
to
other
OpenSSH
applications
such
as ssh
and
scp
programs
.
ssh-agent
启动
后
,
它
就
会
在
后台
运行
,
并且
可以
由
ssh
和
scp
程序
等
其他
OpenSSH
应用程序
所
使用
。
www-128.ibm.com
10.
Finally
,
test
the
ssh
-
agent
with
SSH
command
syntax
.
Note that now there's no passphrase prompt
最后
,
使用
SSH
命令
语法
测试
ssh-agent
。
www.ibm.com
1
2