
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
git bash에서 ssh -i / 키 페어 ubuntu@퍼블릭IPv4주소를 넣었을 때 permission denied가 뜹니다.
구글링해서 이거저거 해봤으나 sudo는 아예 command not found가 뜨구요.
5-8/9에서 막혀있는 상태입니다.

작성한 코드 및 에러 메세지
김태훈@DESKTOP-QM6PF57 MINGW64 ~
$ ssh -i /c/Users/김태훈/Desktop/sparta-mykey.pem ubuntu@13.124.175.9
ubuntu@13.124.175.9: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
김태훈@DESKTOP-QM6PF57 MINGW64 ~
$ sudo chmod 400 /c/Users/김태훈/Desktop/sparta-mykey.pem
bash: sudo: command not found
김태훈@DESKTOP-QM6PF57 MINGW64 ~
$ sudo
bash: sudo: command not found
김태훈@DESKTOP-QM6PF57 MINGW64 ~
$ apt-get update
bash: apt-get: command not found
김태훈@DESKTOP-QM6PF57 MINGW64 ~
$ apt-get
bash: apt-get: command not found
김태훈@DESKTOP-QM6PF57 MINGW64 ~
$ apt install sudo
bash: apt: command not found
김태훈@DESKTOP-QM6PF57 MINGW64 ~
$
