The intent of this tool is to simplayfy the access(ssh/winscp/http) of any servers in infrastacture.
Acknowledgement
I want to extend my thanks to Putty (https://www.putty.org/), Winscp(https://winscp.net) and sqllite (https://www.sqlite.org) for creating an awsome tools.
ServerAccess tool uses sqllite to store servers information. It send request installed Putty and winscp installed exe on, local machine to invoke connection.
extract the zip file. I have placed copy of sqlite.exe. In case yo want to use latest version , you can download sqllite.exe and place it in same folder.
For bulk import of server data, please refer the template infra_template.csv.
feild : description
name = Unique name of the serer. I can any string.
ip = Serever ip address.
hostname = server hostname.
osUser = User access of OS. this user will be used for ssh and RDP access.
osPassword = osUser Password.
osPort = port open for SSH / RDP.
webPort = port open for we access.
product = Product for user refrence.
datacenter = Name of data centter for user refrence.
webPrefix = web prefix like http or https.
webSuffix = web-suiiffx. anyting after htt://server-IP:Port.
fav = (y/n) reserfed for futhure use to add faviourate servers..