Answer:
Configured HTTPs forwarding to and from server and SSH
Explanation:
The HTTPs (secure hyper text transfer procotol) is an encrypted form of communicating packets between clients and servers. It has a port number of 443 with a high encryption policy. They are used to secure sites that request user details to prevent claiming of these information by attackers.
The SSH which is an abbreviation of secure shell is used to remotely connect to intermediate devices like routers and switches in a network. unlike its counterpart telnet, it is configured with an automatic encrypted channel with a private key. It also request for password and username.