A group of computers that have set permissions that allow them to communicate and share network resources is known as this.
What is a computer network?
This is a list of the public keys of other computers authorized to login without entering a password.
What is authorized_keys?
Computers communicate with each other through these.
What are ports?
This is the VNC viewer in Linux.
What is Remmina?
This is a GUI view of remote computer which also allows us to transfer files (Linux)
What is Firezilla?
This protects a computer network from unauthorized access.
What is a network firewall?
This is your private key?
What is id_rsa?
This shows the current ip address.
What is ip a?
This is the VNC viewer for MAC.
What is Chicken?
This is an SSH and telnet client, developed originally by Simon Tatham for the Windows platform. IT does not do VNC.
What is PuTTY?
This allows us to create a terminal connection to another computer.
This is your public key.
What is id_rsa.pub?
This is a Linux command for finding out a computer's IP address information
What is ifconfig?
This is the VNC viewer for Windows
What is TightVNC?
BONUS: This is the command that creates public keys for a VM.
What is ssh-keygen?
This stores a list of computers that you have visited.
What is known_hosts?
Another name for this is secure copy.
What is scp?
This allows us to examine and monitor a network to see if it is up and the DNS is working.
What is ping?
A GUI view of remote computer which also allows us to transfer files (MAC) is known as this.
What is Cyberduck?
This shares your public key with another machine to allow yourself to log in without the use of a password.
What is ssh_copy_id?
This allows us to to connect GUI based programs through the network firewall
What is an ssh tunnel?
This retrieves web pages or files.
What is wget?
A GUI view of remote computer which also allows us to transfer files (Windows) is known as this.
What is WinSCP?