You can login to a remote Linux server without entering password in 3 simple steps using ssky-keygen and ssh-copy-id as explained in this article. The magical 3 commands are: ssh-keygen -t rsa ssh-copy-id -i ~/.ssh/id_rsa.pub remote-host ssh remote-hostls /tmp ssh-keygen […]
Remote connection tool
Remote connection tool, for managing all these servers and storing the password so you dont have to retype that 20chars long password each time! It supports: * RDP (Remote Desktop) * VNC (Virtual Network Computing) * ICA (Independent Computing Architecture) […]
Reverse SSH script
This script allow us to connect to a remote server. It can be usefull when a client need remote support. We can mail the script and ask him to execute it. In our linux we create a user called “remote” […]
Get Local Admins
Remotely Get Local Admins Users inside Administrators group, for Workstations Also tests the connectivity, it gets computers from AD object type “computer” and it prints out a nice report. ‘Remotely Get Local Admins Users inside Administrators group, for […]
VH-X5 Remote
VH-X5 Buggy Just got my newest toy, a real remote control car. Its fuel is 16 % methanol. This baby can go up to 50km/h Since its my first one, it came all setup and assembled. Minimal work to be […]
Change the Service Account
Well as I posted bellow about the bug in NRPE_NT, it result I will have to change all my Nagios Plugins service set to a different account, the code bellow is how I will be doing this. I used the […]
check_by_ssh
. . check_by_ssh, Problem with Nagios check_by_ssh plugin is that it requires also the nagios-plugins to be installed on the client server. At least part of the nagios-plugins, because in the end all we need is to perform the local […]