B
B
bearw2019-06-14 15:06:29
linux
bearw, 2019-06-14 15:06:29

What does this linux command mean?

found in the history of ssh after the hosting admin installed an update

KEY=`pwgen 16 1`; IP=`ip route get 8.8.8.8 | grep src | awk '{print $NF}'`; `find /usr/local/mgr5 /usr/local/ispmgr -prune 2>/dev/null | head -1`/sbin/mgrc
tl -m ispmgr session.newkey username=root key=$KEY sok=ok && echo "https://${IP}:1500/manager/ispmgr?func=auth&username=root&key=$KEY&checkcookie=no"; echo "https://${IP}/manag
er/ispmgr?func=auth&username=root&key=$KEY&checkcookie=no"

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
taliano, 2019-06-14
@taliano

Это административный вход с одноразовым ключом, используя API ISPsystem

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question