Skip to content

Commit

Permalink
t005
Browse files Browse the repository at this point in the history
  • Loading branch information
trydofor committed Mar 28, 2020
1 parent e3ec521 commit aef1c47
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions _posts/starsea/2020-03-28-t005.mac-roral-ssh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
category: starsea
author: shi.rongjiu
title: "技巧005:Mac下的SSH皇室-Royal TSX"
excerpt: "免费版(Shareware)基本上够用,支持10个链接, 10 组密码和 1 个文档,可以分组管理服务器​,统一管理密码和秘钥,方便的更换​。可以tab的颜色辨识,可以多窗口执行命令,可以ssh和sftp互通,方便的复制ip和密码"

tags: [Tip, Ssh, Shell, Mac, App]
teaser: post/starsea/t005/00.png
teaserinfo: "This copy of Royal TSX runs in 'Shareware Mode' and allows you to manage up ..."

toc: true
comments: true
share: true
layout: article
---

# 技巧005:Mac下的SSH皇室-Royal TSX

#Tip #Ssh, #Shell, #Mac, #App

疫情在家,彻底从ubuntu转到了mac上来,于是重新构建了原ubuntu下的工具链。管理服务器是第一需要,于是就要有好用的ssh客户端(注意,ssh,不是spring-struts-hibernate,这个组合,严重影响shell的搜索精度)

## 1.好SSH端的标准


一个好的SSH客户端要有哪些特点呢?看过我ubuntu分享和博客的应该知道,

* 很好的CJK支持,也就是UTF8
* 能够有密码管理和私钥管理,每月更换,改一个即可。
* 能够ssh-scp/sftp联动,不是ZModem的sz/rz
* 能够多窗口执行命令,比如20台同时install
* 能够分屏,比如水平或垂直,对比命令或输出
* 能够容易的复制出ip,密码,sudo时使用
* 能够为tab页增加颜色,以区分dev和prd环境
* 能够分组管理服务器
* 跨平台,免费或不太贵,不用破解

## 2.Royal TSX的特点

免费版(Shareware)基本上够用,支持10个链接(connections), 10 组密码(credentials)和 1 个文档(document),并没有支持以上所有功能,但常用的功能都比较方便。

<img src="/images/post/starsea/t005/01.png">

如上图,①是服务器的分组管理。②和④是密码和秘钥管理,可以方便的更换。③是tab的颜色辨识,可以容易区分dev和prd环境,防止执行错对象。

<img src="/images/post/starsea/t005/02.png">

右键打开的链接,可以方便的通过①开启SFTP,通过②复制ip和密码。

<img src="/images/post/starsea/t005/03.png">
TAB的颜色不是那么智能,需要右键点击tab页,然后通过②设置。那么①是干啥的呢?就是一下可以操作多个打开的窗口的功能,挑选后,在本窗口输入的命令,都会同样作用于其他窗口,批量更新或执行的利器。


## 3.如何规避掉免费限制

在ubuntu下,我以整机都是自由软件和正版软件为荣,然而叛逃到了mac后,感觉一下回归到了2008年win xp的时代,生态真好。
<img src="/images/post/starsea/t005/04.png">

当达到了免费版的限制后,是玩不转的。比如new和open的时候都会弹窗。但是,穷则变啊,可以创建多分Document,先Close在Open
<img src="/images/post/starsea/t005/05.png">


--

※ 我们的征途是星辰大海 ※
Binary file added images/post/starsea/t005/00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/post/starsea/t005/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/post/starsea/t005/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/post/starsea/t005/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/post/starsea/t005/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/post/starsea/t005/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aef1c47

Please sign in to comment.