批量创建和导入SecureCRT Sessions
前言
批量创建和导入SecureCRT Sessions过程很简单,只是我花了一点时间寻找合适的方法,没想到还是官方的最简单,如果大家已经有现成的配置文件,直接把别人的拷贝过来就好了,不用自己造轮子。说实话我在Windows上用Xmanager/Xshell,MacBook上使用iTerm2,Mac上似乎也没有特别舒服的GUI,批量操作还是推荐Ansible。
Import Arbitrary Data From File To SecureCRT Sessions
更新历史
2018年07月17日 - 初稿
阅读原文 - https://wsgzao.github.io/post/securecrt/
扩展阅读
VanDyke Software Forums - https://forums.vandyke.com/forumdisplay.php?f=14
使用前提
This example shows how to create sessions from information in a text file (.csv format by default, but this can be edited to fit the format you have).
Note: This script will only work with SecureCRT version 7.2 and later.
1 | # ImportArbitraryDataFromFileToSecureCRTSessions.py |
Video
Watch this YouTube video if you’re having troubles understanding what this script does, or how to go about using it.
实践过程
批量导入列表适合于使用SSH密钥登录方式管理
- 下载ImportArbitraryDataFromFileToSecureCRTSessions
- 配置自定义SecureCRTSessions.csv格式的文件
- 运行SecureCRT,选择菜单栏
Script-Run
,先选择脚本再选择自定义配置文件 - 关闭Session Manager或者重新打开SecureCRT即可看到导入的配置信息
1 | # 找到Seesions目录 |
Files
- Mac/Unix: ImportArbitraryDataFromFileToSecureCRTSessions.py.txt
- Windows: ImportArbitraryDataFromFileToSecureCRTSessions.vbs.txt