client.sh

来自「free radius编程。完成AAA的实现」· Shell 代码 · 共 15 行

SH
15
字号
#!/bin/sh( echo 'User-Name = "eapsim"';  echo 'EAP-MD5-Password = "md5md5"';  echo 'NAS-IP-Address = marajade.sandelman.ottawa.on.ca';  echo 'EAP-Code = Response';  echo 'EAP-Id = 210';  echo 'EAP-Type-Identify = "eapsim';  echo 'Message-Authenticator = 0';  echo 'NAS-Port = 0' ) >req.txt  ../../main/radeapclient -x localhost auth testing123 <req.txt

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?