1.Added the reconnection function after the ssh connection is disconnected, use the initialization parameter `reconnect` to enable this function.
2.Added the function to set the timeout of remote command execution on global, set with the initialization parameter `command_timeout`.
3.Added the function to automatically add the "sudo" instruction before the command, use the initialization parameter `auto_sudo` to enable this function.
4.Modified description styles and simplified readme file.