- 论坛徽章:
- 0
|
root@ubuntu1404H:~# cman ssh
SSH(1) BSD General Commands Manual SSH(1)
NAME
ssh — OpenSSH SSH 客户端 (远程登录程序)
总览 (SYNOPSIS)
ssh [-l login_name] hostname | user@hostname [command]
ssh [-afgknqstvxACNTX1246] [-b bind_address] [-c cipher_spec]
[-e escape_char] [-i identity_file] [-l login_name] [-m mac_spec]
[-o option] [-p port] [-F configfile] [-L port:host:hostport]
[-R port:host:hostport] [-D port] hostname | user@hostname [command]
描述 (DESCRIPTION)
ssh (SSH 客户端) 用于登录远程主机, 并且在远程主机上执行命令.
它的目的是替换 rlogin 和 rsh, 同时在不安全的网络之上, 两个互不
信任的主机之间, 提供加密的, 安全的通信连接. X11 连接和任意 TCP/IP
端口均可以通过此安全通道转发(forward).
当用户通过 ssh 连接并登录主机 hostname 后, 根据所用的协议版本,
用户必须通过下述方法之一向远程主机证明他/她的身份:
............
root@ubuntu1404H:~# echo $?
0
root@ubuntu1404H:~# cman nc
No manual entry for nc
See 'man 7 undocumented' for help when manual pages are not available.
root@ubuntu1404H:~#
-----------------------------------------------------------------------------
以下是cman命令配置 /root/.bashrc
alias cman='man -M /usr/share/man/zh_CN'
执行cman命令查看ssh可以实现中文界面,但是cman nc查看就会报错
求解 |
|