PAC Manager. Actually it is more advanced than SecureCRT..
PAC Manager is a Free Software come to magnet your notwork Devices
If you are going to use Linux and free software you will need a SSH client like SecureCRT to access your network devices remotely.
Of course you can use the Linux terminal itself but you will face limitations like session management
Lets see how we can Setup PAC Manager on Trusty (Ubuntu 14.04)
Be Root as usual
sudo su
Enter following commands..
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
Update the packages list..
apt-get update
Install the PAC Manager..
apt-get install pac
If a dependency problem occurred,
apt-get install -f
Now open the app
Click on New Connection & give the IP address and the username, password
Save and Close.
as the session is now saved click on the session name and you will log in
https://sourceforge.net/projects/pacmanager/
PAC Manager is a Free Software come to magnet your notwork Devices
If you are going to use Linux and free software you will need a SSH client like SecureCRT to access your network devices remotely.
Of course you can use the Linux terminal itself but you will face limitations like session management
Lets see how we can Setup PAC Manager on Trusty (Ubuntu 14.04)
Be Root as usual
sudo su
Enter following commands..
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
Update the packages list..
apt-get update
Install the PAC Manager..
apt-get install pac
If a dependency problem occurred,
apt-get install -f
Now open the app
Click on New Connection & give the IP address and the username, password
Save and Close.
as the session is now saved click on the session name and you will log in
https://sourceforge.net/projects/pacmanager/
No comments:
Post a Comment