answersLogoWhite

0

What is the purpose of Putty SSH?

Updated: 11/7/2022
User Avatar

Wiki User

10y ago

Best Answer

PuTTY, or putty, is an open sourced terminal emulator that can control SSH connections, as well as transfer files across a network, and act as a serial console.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the purpose of Putty SSH?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What port does putty use?

Putty uses port 22, the same as telnet and ssh.


Is putty install in Linux?

You do not need to install PuTTY in Linux as there are built-in utilities that can do PuTTY's job (ssh, telnet)


What is the command in unix to connect to remote terminals?

ssh or telnet in company environment mostly we used ssh and there is one tool called putty, through putty we can connect.


Where can someone open an SSH?

You can open an SSH on your own computer by downloading and installing the PuTTY software. You can get this software for free from websites such as SourceForge.


What happens when the transport input ssh command is entered on the switch vty lines?

It will require you to SSH to the router rather than telnet. You will have to use a program like Putty or some other SSH client.


What is Putty in networking?

Putty is a small program that is used to connect to a server using SSH or Telnet protocols. Available for Windows and Unix platforms. See Related Links for the Putty home page.


Why to use putty and is there any difference between unix and putty?

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.


What is puTTY used for?

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.


Is there any unix server to which you can connect through putty?

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.


How i enter my linux server?

you can use any program that supports ssh (secure shell) in windows you have putty and in mac os you use terminal to do that


How do you install Linux terminal on windows?

I am assuming you mean either a POSIX shell or a way to SSH into a Linux box. A POSIX shell is as simple as installing MinGW, which will usually also provide BASH, usually for scripts. For SSH you can just use PuTTY and connect to your Linux box (Assuming it has an SSH server running.) that way.


How do you get gedit to run through PuTTY on Vista?

PuTTY cannot directly support running graphical programs. If you install an X server on your computer, such as Xming, you can then enable X11 forwarding in PuTTY, under the SSH menu. Check the box labeled "Enable X11 forwarding" and set the X display location to ":0". You should then be able to run gedit.