Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

  1. กด + ที่ tab mobaxterm

พิมพ์คำสั่งด้านล่าง

ssh-keygen -t ed25519

กด enter จนขึ้นดังรูปด้านล่าง สามารถเปลี่ยนชื่อหรือใช้ชื่อ default ได้

ทำการ upload public_key ของเราไปที่ lanta.nstda.or.th และเปลี่ยนชื่อ your username เป็นชื่อ username hpc ของเราโดยใช้คำสั่ง

ssh-copy-id -i .ssh/id_ed25519.pub [yourusername]@lanta.nstda.or.th

จะได้ผลดังรูปข้างล่าง

ทำคำสั่ง

cp .ssh/id_ed25519 ~/Desktop/

ให้ไปทำข้อ 2 สำหรับโปรแกรม MobaXterm แล้วทำการแก้ไข session เพื่อเรียก private key ชื่อ id_ed25519 ที่ desktop

  1. สำหรับโปรแกรม MobaXterm

การ Import key ของเราเข้ากับ MobaXterm ทำการเลือก host lanta.nstda.or.th แล้ว edit session

เลือก advanced SSH settings ติ๊กเลือก Use private key แล้วทำการกดที่รูปคล้ายกระดาษขวามือเพื่อไปเลือกไฟล์ id_ed25519 ที่เรา save ไว้ที่เครื่องของเราในหน้า Desktop

please follow this step

ssh-keygen -t ed25519

enter and use default

ssh-copy-id -i .ssh/id_ed25519.pub [yourusername]@lanta.nstda.or.th

user your password and qrcode for login

cd
cp ~/.ssh/id_ed25519 .

download your privatekey file id_ed25519 in your linux home path to your computer

  • No labels