명령어 등등/컴퓨터 세팅
Ubuntu ssh-keygen : command not found 해결하기 -> openssh-client 설치하기
mcdn
2022. 9. 6. 22:25
반응형
nvidia 서버를 사용하려고 하는데 ssh-keygen 명령어도 없다.

ssh-key: command not found 에러
1. 먼저 os를 확인한다.
알고 있으면 좋지만 확인하기 어려울 때는 cat/etc/os-release를 친다.

https://www.thegeekdiary.com/ssh-keygen-command-not-found/

대표 os에서 패키지 설치 명령어
나는 우분투이기 때문에 apt-get install을 한다.
2. apt-get update && apt-get install openssh-client


3. ssh-keygen을 다시하면 잘 되는 것을 확인할 수 있다.

반응형