# GitHub, Git동작에 대해 비밀번호 인증 지원 종료

> Clean Markdown view of GeekNews topic #4813. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4813](https://news.hada.io/topic?id=4813)
- GeekNews Markdown: [https://news.hada.io/topic/4813.md](https://news.hada.io/topic/4813.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-08-14T09:12:08+09:00
- Updated: 2021-08-14T09:12:08+09:00
- Original source: [github.blog](https://github.blog/changelog/2021-08-12-git-password-authentication-is-shutting-down/)
- Points: 6
- Comments: 1

## Topic Body

- 2021-08-13 부터 계정 암호 인증 지원을 종료하고 Token 기반 인증만 지원

ㅤ→ PAT(Personal Access Token), OAuth, SSH Key, GitHub App Token 등으로 변경

- 영향받는 워크플로우들

ㅤ→ 커맨드라인 Git 접근

ㅤ→ Git을 이용하는 데스크탑 어플리케이션(GitHub Desktop은 제외)

ㅤ→ GitHub의 Repo에 암호로 접근하는 모든 앱과 서비스들

## Comments



### Comment 6332

- Author: xguru
- Created: 2021-08-14T09:14:16+09:00
- Points: 1

적으면서 보니.. 암호로 이용했던 경우가 언제 였나 싶네요.

2FA 적용하면 무조건 SSH 아니면 토큰으로만 했어야 해서 이미 예전에 넘어왔군요.
