
SecureCRT与SSH
SecureCRT与SSH在linux下面的使用
微电子学与固体电子学-俞驰
如切如磋,如琢如磨,臻于至善。
展开
-
securecrt自动发送空格防止session卡死
原创 2021-04-02 10:27:23 · 2456 阅读 · 0 评论 -
secure使用vi编辑远程机器文件出现4;m
secure使用vi编辑远程机器文件出现4;m这个是因为远程机器没有安装vim安装vim后就可以正常使用securecrt正常编辑远程机器上的文件了。原创 2021-03-18 16:15:33 · 320 阅读 · 0 评论 -
can not open file Permission denied at securecrt_linux_crack.pl line 57
ubuntu20.04的时候出现这个问题:can not open file Permission denied at securecrt_linux_crack.pl line 57.最终解决方案:第57行修改为:open TMPFP, '>', '/home/appleyuchi/secureCRT/.securecrt.tmp' or die "can not open file $!";...原创 2021-03-12 14:04:04 · 800 阅读 · 1 评论 -
SSH无密码登录:只需两个简单步骤 (Linux)
如果你管理一台Linux服务器,那么你就会知道每次SSH登录时或者使用scp复制文件时都要输入密码是一个多么繁琐的过程.这篇教程介绍使用SSH Key来实现SSH无密码登录,而且使用scp复制文件时也不需要再输入密码.除了方便SSH登录,scp复制文件外,SSH无密码登录也为Linux服务器增加了又一道安全防线.SSH无密码登录的设置步骤首先我们在自己的Linux系统上生成一对SSH Key:SSH密钥和SSH公钥.密钥保存在自己的Linux系统上。 然后公钥上传到Linux服务器.之后我们就能无转载 2020-09-28 09:43:22 · 386 阅读 · 0 评论 -
利用sshfs+任意本地编辑器编辑远程文件
流程:#表示管理员权限,$表示普通用户权限#----------------------流程如下--------------------------------# apt install sshfs注意:全程不需要登录VPS$ mkdir ~/VPS$ sshfs root@106.14.24.151:/root~/VPS上面的命令的意思是:本地的~/VPS文件夹...转载 2020-03-05 15:27:42 · 522 阅读 · 0 评论 -
ssh localhost免密码登录(转)
最近在ubuntu上安装hadoop,需要配置ssh免密登录localhost,多次尝试之后任然需要输入密码才能访问,主要原因是配置完成后未将私钥添加到由ssh-agent维护的列表中,使用ssh-add命令即可,百度到的ssh-agent和ssh-add命令的作用如下:ssh-agent是用于管理SSHprivate keys的,长时间持续运行的守护进程(daemon). 唯一目的就是...转载 2019-04-30 14:52:53 · 3718 阅读 · 0 评论 -
ubuntu: ssh: connect to host ubuntu port 22: No route to host
启动HDFS系统的时候出现:ubuntu: ssh: connect to host ubuntu port 22: No route to host这里使用的是HDFS伪分布式系统。这个ubuntu是我在/etc/hosts中设置的。保持/etc/hosts代码如下:(python2.7) appleyuchi@ubuntu:~$ ifconfigenp2s0: flags=416...转载 2019-04-15 09:44:51 · 3791 阅读 · 0 评论 -
ssh遇到port 22:No route to host
解决办法很简单:/etc/hosts中修改如下:10.85.6.193 ubuntu其中10.85.6.193 是无线的ip因为每次使用无线网络ip都会变化,所以这里改一下就好了.原创 2019-02-24 16:01:58 · 5422 阅读 · 1 评论 -
secureCRT修改鼠标颜色
Options->Session Options->如下:效果如下:原创 2020-09-21 20:41:02 · 575 阅读 · 0 评论 -
大数据集群部署时ssh的公钥和似钥作用汇总
目的 需要的命令 备注 Desktop->Laptop (表示Desktop免密码访问Laptop) ssh-copy-id -i ~/.ssh/id_rsa.pub appleyuchi@Laptop Desktop的id_rsa.pub 拷入 Laptop的~/.sshauthorized_keys 以及know_hosts会新添加密过的内容 公钥id_rsa.pub ...原创 2020-06-28 20:36:38 · 491 阅读 · 0 评论 -
ssh出现WARNING: POSSIBLE DNS SPOOFING DETECTED!
(Python3.6) appleyuchi@Desktop:~$ ssh-copy-id -i .ssh/id_rsa.pub appleyuchi@Laptop/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: ".ssh/id_rsa.pub"/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any ...原创 2020-06-28 19:12:05 · 1778 阅读 · 0 评论 -
SecureCRT报错ImportError: No module named itertools(解决方案无法复现)
ubuntu20.04下面使用SecureCRT报错:(Python3.6) appleyuchi@Desktop:~$ /usr/bin/SecureCRTTraceback (most recent call last): File "SecureCRT.pyx", line 10, in init SecureCRT (SecureCRT_pyx.cpp:19702) File "/usr/lib/python2.7/inspect.py", line 39, in <mod...原创 2020-06-28 16:17:34 · 2044 阅读 · 0 评论 -
SecureCRT出现 libpython2.7.so.1.0: cannot open shared object file
环境:组件/系统 版本 Ubuntu 20.04 SecureCRT /usr/bin/SecureCRTImportError: libpython2.7.so.1.0: cannot open shared object file: No such file or directory解决方案:.bashrc中写入:export LD_LIBRARY_PATH=/home/appleyuchi/anaconda3/envs/Pytho...原创 2020-06-28 14:38:54 · 1453 阅读 · 0 评论 -
cockpit代替secureCRT
secureCRT的安装其实超级麻烦在你想要远程控制的机子里面安装好下面的依赖包(Python3.6) appleyuchi@Desktop:~$ dpkg --list|grep cockpitii cockpit 202.1-1 all Web Console for Linux serversii cockpit-b...原创 2020-05-16 13:02:05 · 811 阅读 · 0 评论 -
SecureCRT配置proxy连接云主机
SwitchyOmegaSecureCRT设置然后session的设置中选择foreign转载 2020-04-05 21:34:10 · 568 阅读 · 0 评论 -
secureCRT回滚行数
转载 2020-03-15 14:20:04 · 1053 阅读 · 0 评论 -
ubuntu下面的SecureCRT破解失败问题+本地ubuntu系统远程连接RHEL服务器的免密码登录问题(自己归纳总结)
百度下载地址http://pan.baidu.com/s/1ntqq6Op官方下载地址http://www.vandyke.com/download/securecrt/download.htmlwget http://download.boll.me/securecrt_linux_crack.plls -l securecrt_linux_crack.plwherei转载 2017-12-10 11:28:12 · 1274 阅读 · 0 评论 -
SecureCRT连接CentOS阿里云,小键盘在VIM情况下,无法输入数字反而出现英文
首先要连上云主机,不然Session Options是灰色的不可选.把option中的Enable keypad mode switching这一项不要打钩即可参考链接:https://vi.stackexchange.com/questions/11581/why-doesnt-my-numpad-work-right-in-my-terminal...原创 2018-02-12 23:14:36 · 2195 阅读 · 0 评论 -
secureCRT7.3.3保持连接
右键标签,然后选择options如下,选择Send Protocol NO-OP:转载 2018-03-02 11:30:19 · 1213 阅读 · 0 评论 -
secureCrT夜间模式
选择Options->Global Options,按照下图操作,最终修改Current color scheme注意选择右侧的traditional转载 2018-08-21 14:34:39 · 668 阅读 · 0 评论 -
SecureCRT退格键需要出现^H
退格键需要出现转载 2020-02-27 21:05:50 · 349 阅读 · 0 评论 -
SecureCRT内让npm进程后台执行不受关闭终端影响
1.nohup npm start & (启动你的项目)2. 回车3. jobs (查看后端运行的工作)4. disown -h %1 5. 关闭SecureCRT的session如果是多个nodejs的api,也是上面的步骤执行一遍,中间不需要任何修改...原创 2020-03-12 17:45:42 · 449 阅读 · 0 评论