Skip to content

Create new branches in confCons.xml for connections details gathered from multiple sources

License

Notifications You must be signed in to change notification settings

MinerBigWhale/mRemoteNG-config-builder

Repository files navigation

mRemoteNG-config-builder

Create new branches in confCons.xml for connections details gathered from multiple sources

install

git clone https://github.com/MinerBigWhale/mRemoteNG-config-builder.git
cd mRemoteNG-config-builder
pip3 install -r requirements.txt

Import csv file into a new branch

python3 main.py -c ".\examples\example.csv" -b "csv"

Import from orion into a new branch

python3 main.py -o "username/password/server/port" -b "Orion"

Usage

python3 main.py [-h] [-c CSV] [-o ORION] [-b BRANCH] [-p PASSWORD]

Decrypt mRemoteNG passwords.

optional arguments:
 -c CSV, --csv CSV                      path to csv file
 -o ORION, --orion ORION                Orion server user/password/ip/port
 -b BRANCH, --branch BRANCH             create a branch for this import (default is in root)
 -p PASSWORD, --password PASSWORD       password to encrypt connection password

About

Create new branches in confCons.xml for connections details gathered from multiple sources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages