How do I shutdown remote Linux or UNIX system from MS-Windows system?
You can use secure shell (ssh), a network protocol for remote administration of Linux and Unix based computers. SSH is typically used to log into a remote server and execute commands such as reboot or shutdown.
PuTTY SSH Client
PuTTY is a free and open source terminal emulator application which can act as a client for the SSH under MS-Windows operating system. Visit this page and download putty client. In order to use putty you need to know:
- IP or Server Name: The name of the Linux or UNIX server you want to connect to.
- Username and password: Login name or password to used on your server.
If you don't know what login name or password to use, contact the administrator of your server.
Once connected you need to login as root using sudo or su - command. Type the following command to shutdown remote system:
# shutdown -h nowOR
# /sbin/shutdown -h nowTo reboot the system, enter:
# shutdown -r nowOR
# /sbin/rebootA typical login session - PuTTY running on Windows, logged in to a DD-WRT Linux based Internet router system:
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop











![Linux: Change the PATH [ Add New Directory ]](http://s13.cyberciti.org/images/shared/rp/3/13.jpg)


{ 1 comment… read it below or add one }
What is the point?
And can explain me this again, please? Cause it doesn’t seam to work with my servers (not even laptop), cause I am using key based authentication and password authentication is off and won’t be turn on (it is insecure).