GithubHelp home page GithubHelp logo

Comments (3)

KimJeongChul avatar KimJeongChul commented on September 23, 2024

Step 1 - Create the RSA Key Pair

로컬(맥북)에서 key pair를 확인한다.
$ ls ~/.ssh/
image
id_rsa와 id_rsa.pub이 없다면 Local에서 key pair 생성한다.

$ ssh-keygen
image

Step 2 - Copy the Public Key to KMU-Bigdata Server

$ ssh-copy-id -p 52200 [email protected]
image

$ ssh-copy-id -p 52200 [email protected]
$ ssh-copy-id -p 52200 [email protected]
$ ssh-copy-id -p 52200 [email protected]
$ ssh-copy-id -p 52200 [email protected]

$ ssh [email protected] -p 52200
@sungsu7437 @mjaysonnn
각 계정 작업 끝나면 로그인시 패스워드 비활성화 진행하겠습니다.

from kmu-bigdata.github.io.

sungsu7437 avatar sungsu7437 commented on September 23, 2024

작업 완료했습니다.

from kmu-bigdata.github.io.

KimJeongChul avatar KimJeongChul commented on September 23, 2024

Step 3 - Disable Password Authentication on your Server
$ sudo vi /etc/ssh/sshd_config
PasswordAuthentication no
$ sudo systemctl restart ssh
image
완료하였습니다.

from kmu-bigdata.github.io.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.