initial commit

This commit is contained in:
Markus 2019-10-10 18:12:02 +02:00
commit 18ce76d839
4 changed files with 15 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
avmWinLib.log

BIN
avctKVM.jar Normal file

Binary file not shown.

14
console.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/bash
echo -n 'Host: '
read drachost
echo -n 'User: '
read dracuser
echo -n 'Password: '
read -s dracpass
echo
java -cp avctKVM.jar -Djava.library.path=./lib -DsocksProxyHost=127.0.0.1 com.avocent.idrac.kvm.Main ip=$drachost vmprivilege=true kmport=5900 vport=5900 user=$dracuser passwd=$dracpass apcp=1 version=2

BIN
lib/libavmlinux.so Normal file

Binary file not shown.