**Description:** A new UI needs to be created for managing and displaying previous SSH sessions. The following tasks should be completed: - [ ] **Design Previous Sessions Section:** - Add a section to the SSH connect page to display a list of previous SSH sessions. - [ ] **Show Session Details:** - Each previous session should show details such as the host, connection time, and status (successful or failed). - [ ] **Add Reconnect Option:** - Provide a button to quickly reconnect to any of the listed previous sessions. - [ ] **Implement Session Deletion:** - Add an option to delete old or unnecessary sessions from the list. - [ ] **Ensure Responsive Design:** - Ensure the previous sessions UI is responsive and works seamlessly on different screen sizes.