Skip to content

Fix screen key auth - #1

Merged
cpprhtn merged 9 commits into
cpprhtn:devfrom
INMD1:Fix-screen-keyAuth
Aug 12, 2026
Merged

Fix screen key auth#1
cpprhtn merged 9 commits into
cpprhtn:devfrom
INMD1:Fix-screen-keyAuth

Conversation

@INMD1

@INMD1 INMD1 commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

개요

SSH 호스트의 기본 인증 방식을 명확하게 설정하고, 호스트 편집 화면에서 발생하는 포트 및 한국어 표시 문제를 수정합니다.

변경 사항

  • 신규 호스트의 기본 인증 방식을 비밀번호 인증으로 변경
  • SSH config 가져오기 시 인증 방식을 명확하게 설정
    • IdentityFile이 있으면 키 인증 사용
    • 없으면 비밀번호 인증 사용
    • SSH Agent 인증은 기본 선택에서 제외
  • SSH config에 포트가 없으면 기본값 22로 저장
  • 기존 데이터의 포트가 0인 경우 편집 화면에서 22로 표시
  • WebKitGTK에서 select 요소의 한국어 글리프가 잘리는 문제 수정
  • Wails 의존성을 v2.14.0으로 업데이트
  • SSH config 가져오기 테스트를 변경된 인증 및 포트 정책에 맞게 보강

테스트

  • go test ./internal/config
    • 현재 로컬 Go 1.26 환경에서 아래 도구 체인 오류로 테스트가 실행되지 않음
    • testing/internal/testdeps: package testmain: cannot find package

[글자 크기 수정전]

image

[글자 크기 수정후]

image

실행기기 정보

Operating System: Ubuntu 26.04 LTS
Kernel: Linux 7.0.0-29-generic
Architecture: x86-64
그래픽: wayland

@INMD1
INMD1 changed the base branch from main to dev August 12, 2026 13:08
cpprhtn added a commit that referenced this pull request Aug 12, 2026
@cpprhtn
cpprhtn merged commit c9e6053 into cpprhtn:dev Aug 12, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants