This is a cli asdm launcher I wrote. It will automatically add the ASA to the java exceptions list.
Must have Oracle Java installed. Please visit here for more information.
git clone [email protected]:rwendt-bw/asdm.git ~/asdm
Next, symlink the executable.
sudo ln -s ~/asdm/asdm.py /usr/local/bin/asdm
usage: asdm [-h] -i IP [-p PORT]
optional arguments:
-h, --help show this help message and exit
-i IP, --ip-address IP hostname or IP address of ASA
-p PORT, --port PORT asdm port - default 8443
asdm -i 192.168.1.1