Module 6 Flashcards
What is a free open source software that you can use to make remote connections through several network protocols including secure shell, ssh?
PuTTY
how to get the PuTTY?
go to the website or choose a specific executable with the functions you want.
how to launch putty?
gui.
What do you see when you launch putty?
basic options for remote connection.wha
what should you make a note of when you open putty?
the host name, port, and connection type options.
with is the ssh default port?
22
what is the default port and protocol for the PuTTY page to be set to?
22, SSH
how do you start a new SSH session in Putty?
type in the host name or IP address of the computer you want to connect to. click open to start the session. type in the username and password for the login, and you’re in.
how do you open PuTTY from cli?
open powerShell, type out the application name and the -ssh option to tell it to connect by ssh.
putty.exe -ssh
or
putty.exe -ssh user@ipaddress00000 port
to specify username, ip address, and port.
what can you also use that comes with PuTTY in order to make remote ssh connections?
Plink, PuTTY link
when is ssh useful?
to connect a computer running windows to a Linux-based remotely running system.
what it the remote desktop protocol on Windows?
another way microsoft provides to connect to computers remotely
what is rdp?
remote desktop protocol
what are rdp clients for linux?
real VNC
what is an iOS client for RDP?
Microsoft RDP
what does RDP provide?
GUI to remote computers, if the remote computer has enabled incoming RDP