We'll ignore the password-free access that is permitted by the secure shell programs and consider the situation where the system authenticates you by your response to the login and password prompts. Each response should be followed by the [ Enter ] key. This is how user romeo gains access to the system: SunOS 5.8 ( A sun machine running Solaris 8 ) login : romeo [ Enter ] Password : ********[ Enter ] (Password not shown) Note that the password is not shown on the screen for security reasons. The appearance of the login prompt signifies that the system for someone to log in and the previous user has logged out(i.e., finished her work and disconnected ). The prompt here is preceded by SunOS 5.8, the version of the operating system in Solaris 8, the flavor of UNIX offered by SUN. Your system could show a different string here( if at all ). If you make a mistake, this is what you could be seeing: Login incorrect login : This sim...
The good old dumb terminal connected to the computer's serial port was once the only means of connecting to a UNIX system. Later, the TELNET program became popular for connecting in a network. For security reasons, the TELNET facility could be disabled on your system and the SECURE SHELL( SSH ) could be the only means of connecting to a remote UNIX box. In that case, UNIX and LINUX users can use the SSH command if available. Windows users may use PUTTY or any of the free SSH programs available on the Net. If you are using a workstation or desktop PC running Linux, then you can log in directly.