为了账号安全,请及时绑定邮箱和手机立即绑定

老师,一定要看到呀。求Jssh的源码

我在网上找了关于Jssh的相关消息,这个应该是您写的shell脚本。希望可以分享一下。

正在回答

1 回答

#!/bin/bash
# 本脚本用于安全,快捷的登录
source <(ssh-agent) && ssh-add ~/.ssh/id_rsa
ssh -o connecttimeout=1 -At ${@} "$(cat <<'EOF'
echo '
defencoding UTF-8
encoding UTF-8 UTF-8
termcapinfo xterm* ti@:te@ 
escape ^Ss 
altscreen on 
vbell off 
maptimeout 0 
defc1 off 
caption always "(Jssh) %c:%s %D %Y%m%d%{= dd} %-Lw%45L>%{+bu}%n %t%{-}%+Lw%-09< %="
shell bash 
shelltitle "$ |bash"
' > ~/.screenrc
screen -d A;
rm ~/.ssh/ssh_auth_sock;
echo $SSH_AUTH_SOCK;
ln -sf $SSH_AUTH_SOCK ~/.ssh/ssh_auth_sock; 
grep jssh ~/.bashrc || echo "
#jssh
export SSH_AUTH_SOCK=~/.ssh/ssh_auth_sock
test x\$TERM = xscreen &&
    stty stop '' &&
    PROMPT_COMMAND='echo -ne \"\\033k\$(basename \$(pwd))\\033\\\\\"'
" >> ~/.bashrc

screen -dRR;
EOF
)"


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

老师,一定要看到呀。求Jssh的源码

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信