How to connect to the server
            This guide will help you connect to the sulu.cs.wcupa.edu server using your WCU account. This is a general-purpose server for student and faculty use in the Computer Science Department.
            Note: This server is for faculty use only. It serves as the primary server for faculty course websites and lab materials.
            Prerequisites
            
                - Your WCU username (full username, including the @wcupa.edu part) and password
 
                - An SSH client (built-in on Mac and Linux, PuTTY for Windows)
 
                - DUO Multi-Factor Authentication (MFA) set up on your account
 
            
            Connection Steps
            
                - Open your SSH client:
                    
                        - On Mac or Linux: Open Terminal
 
                        - On Windows: Open PuTTY
 
                    
                 
                - Use the following connection details:
                    
                        - Hostname: sulu.cs.wcupa.edu
 
                        - Port: 54322 (Note: This is a non-standard port for enhanced security)
 
                        - Username: Your WCU username
 
                    
                 
                - For Mac/Linux users, use this command:
                    
ssh -p 54322 your-username@sulu.cs.wcupa.edu
                 
                - For Windows users using PuTTY:
                    
                        - Enter sulu.cs.wcupa.edu in the Host Name field
 
                        - Enter 54322 in the Port field
 
                        - Select SSH as the connection type
 
                        - Click "Open"
 
                    
                    
                        
                    
                 
                - When prompted, enter your WCU password.
 
                - You will then receive a DUO MFA request. Approve this request to complete your login.