오류 기록함 (4) 썸네일형 리스트형 VScode로 서버에 SSH 원격 접속하기 VScode로 EC2 인스턴스에 SSH 원격 접속을 해보려 한다. 긴말 없이 바로 시작하자 1. VScode 열고 Extentions에 Remote - SSH 검색해 설치해준다. 2. 'CTRL + SHIFT + P' 눌러 config 파일을 선택한다. (난 F1 키가 안 먹히더라) 3. 다음과 같은 포맷으로 접속하려는 원격 서버 정보를 입력한다. '[', ']'는 당연히 빼주자. 참고로 사용하는 포트번호가 22라면 따로 명시해 줄 필요 없다. Host [alias] HostName [ip addr] User [account_name] Port [port number] IdentityFile [key location] 4. 다시 'CTRL + SHIFT + P' 눌러, Host 연결 선택 5. 연결 완료 Ssh timeout 무제한 Ssh timeout 무제한 :https://www.lesstif.com/lpt/ssh-ssh-connection-timeout-100205209.html ssh 연결 타임 아웃 지정(ssh connection timeout) www.lesstif.com ubuntu ssh 접속 끊김 현상 이런 것들이랑 연관이 있는지는 모르겠다 우분투 ssh connection timed out AWS MySQL Linux, CentOS ,ubuntu 에서 "=== AUTHENTICATION FAILED ===" 에러 발생 시 해결 방법 /etc/init.d/ssh restart 혹은 service sshd restart으로 서비스를 재시작했어야 했는데 안되는게 사건의 발단이었음 ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units === Authentication is required to restart 'ssh.service'. Authenticating as: Ubuntu (ubuntu) Password: 자꾸 이게 뜨는 거임 근데 비번이 틀렸나벼 그래서 틀리면 밑에 있는게 뜸 그래서 밑에 있는 오류를 검색함 polkit-agent-helper-1: pam_authenticate failed: Authentication failure ==== AUTHENTICATION FAI.. com.android.volley:volley:1.1.1 오류 해결 정리 implementation 'com.android.volley:volley:1.1.1' //볼리 안드로이드 개발을 하다가 com.android.volley:volley:1.1.1 오류가 나게 되어 정리해봤습니다 별거없습니다 문제의 implementation 'com.android.volley:volley:1.1.1' //볼리 >>>implementation 'com.android.volley:volley:1.2.1' //볼리로 바꿔주시면 됩니다 노란 터치 해주고 alt + enter 누르면 끗 이전 1 다음