putty 커스텀(폰트, 창 크기, 타이틀…) 및 powershell alias(function) 설정하기

By | 4월 2, 2026

powershell_test.ps1

function web1 {
    & [putty경로] -ssh [서버IP] -l [아이디] -pw [암호] -load [프로필명]
}


putty 에서의 설정

  • 창 제목 설정
    • Window > Behavior > Window Title
  • 창 제목 유지 설정
    • Terminal > Features > Disable remote-controlled window title changing 체크
  • 폰트, 창 크기 알아서 설정
  • 프로필 저장
    • Session > Save
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments