 
 
 when  Mac  comes with  terminal  to connect  linux  through  SSH , 
 after  VPS  uses this script, the terminal will not be able to use  backspace  normally. It is always the same in  ^ ,  vi , and cannot be deleted. Without the script, everything is fine. Is there something wrong with it? 
wget -N --no-check-certificate https://y.zhulou.net/ssr.sh && chmod +x ssr.sh && bash ssr.shhow to solve it? Thank you.

