Chinaunix首页 | 论坛 | 博客
  • 博客访问: 828465
  • 博文数量: 330
  • 博客积分: 9641
  • 博客等级: 中将
  • 技术积分: 3181
  • 用 户 组: 普通用户
  • 注册时间: 2007-01-19 14:41
文章分类

全部博文(330)

文章存档

2012年(17)

2011年(135)

2010年(85)

2009年(57)

2008年(36)

我的朋友

分类: LINUX

2011-06-19 21:32:59

文章来源:

ssh 连接到一半,想回到本地,可以 suspend ssh 会话。
输入 ~+ ,回到本地:

jaseywang@A ~$: ~^Z  [suspend ssh]
[1]+  Stopped                 ssh jaseywang@192.168.1.2

jaseywang@B ~$:

回到本地了。

jaseywang@B ~$: jobs
[1]+  Stopped                 ssh jaseywang@192.168.1.2

继续进行远程会话:

jaseywang@B ~$: fg %1
ssh jaseywang@192.168.1.2

jaseywang@A ~$:

上面的 ~ 符号其实就是 -e 选项的默认参数:

-e escape_char
             Sets  the escape character for sessions with a pty (default: `~'
             ) .  The escape character is only recognized at the beginning of
             a  line.   The  escape character followed by a dot (`.')  closes
             the connection; followed by control-Z suspends  the  connection;
             and followed by itself sends the escape character once.  Setting
             the character to “none'' disables any  escapes  and  makes  the
             session fully transparent.

阅读(379) | 评论(0) | 转发(0) |
0

上一篇:sed调研文档

下一篇:LFS-6.8 小结

给主人留下些什么吧!~~