Archives

Posts Tagged ‘zssh’

sshpass不支持zssh,现在zssh是我默认的ssh.所以重新用perl实现了一下sshpass   #!/usr/bin/perl use strict; use Expect; use Getopt::Std; use vars qw($opt_p $opt_l $opt_h $opt_x); getopts(‘p:l:h:x:’); my $com = “zss...

1,412 views | No comments
Jul 7th, 2009 | Filed under Perl
Tags: ,

  zssh的全名叫ZMODEM SSH.看名字就知道,使用的zmodem,我们习惯了SecureCRT,直接就可以用来发送文件,比使用scp方便很多. zmodem协议方便主要表示在以下点 其一,不需要输入很长的命令和密码,直接...

2,447 views | 1 comment
Apr 12th, 2009 | Filed under Linux 常用技巧
Tags: ,