Typically, programs store program information in hidden files in your home directory. The 'ssh' program stores cached host keys in the ".ssh" folder.
If you are just removing the directory, use the command: rmdir dir-name The dir-name directory has to be empty for this to work. If there are files or other subdirectories then use the command: rm -rf dir-name
ssh or telnet in company environment mostly we used ssh and there is one tool called putty, through putty we can connect.
Under Windows the command is mstsc.Microsoft terminal server connection
Most Unix/Linux servers allow SSH (via putty). There is no general one that anyone can use, however. You need to talk to your provider to see what is available to you.
putty is an application program; Unix is an operating system (they aren't the same thing). putty is a secure telnet replacement using ssh to encrypt the data transmission flow.
You can log in via telnet or ssh protocol for a command line prompt environment to Unix, or you can use a graphical user interface such as KDE or Gnome, or the CDE environment via X-windows. In any of these protocols, you must supply a username and password to successfully log into the Unix system.
Most modern operating systems (Windows, Linux, Unix, mainframes) support SSH and SSL.
For windows: dir *.doc For Unix/Linux: ls *.doc
1. To remove multiple directories rm -r <dir 1> <dir 2> <dir 3> 2. To remove recursive directories rm -r <directory name> you may have to use the -f (force) flag for non empty directories
An SSH server is a daemon that listens for requests to log in using SSH from remote computers. SSH basically allows you to control a Linux or Unix computer just as if you were sitting at the physical machine.
PuTTY is a program for Microsoft Windows that allows you to control a computer running a Linux or Unix-based operating system via SSH using a command-line interface.