Skip to content

symoon9/connectome_server_sshkey_setting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

connectome_server_sshkey_setting

This repository is intended for current users (2021/2/20) of the Connetome LAB server.
Users must access the server through RSA key instead of password.
This code generates an RSA key and uploads the public key to each server(gateway/master/node1/node2/storage).
Only Linux client! Window users should use Window branch!

Prepare

nope!

Run

./connectome_sshkey.sh {id} {pw}

Check

ssh -A {id}@147.47.200.169
ssh -A master
ssh -A node1
ssh -A node2
ssh -A storage

Issue

RSA Key Problem (Too many authentication failures)
Do this!

ssh-add -D 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%