17 lines
517 B
Markdown
17 lines
517 B
Markdown
# Workspace Instructions
|
|
- Project: Java 11 SSH Terminal
|
|
- Language: Java 11
|
|
- UI Framework: Swing
|
|
- SSH Library: JSch (mwiede fork)
|
|
- Security: AES Encryption with Master Password
|
|
|
|
## Steps Completed
|
|
- [x] Initialize project structure and pom.xml
|
|
- [x] Implement Encryption Service
|
|
- [x] Implement Connection Model and Storage
|
|
- [x] Implement SSH Terminal UI component
|
|
- [x] Implement Main UI with SplitPane and Tabs
|
|
- [x] Add Connection Management (Add/Remove)
|
|
- [x] Compile and Test
|
|
- [x] README and Documentation
|