FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Tutorials/ssh at master · BioComplex/Tutorials · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
BioComplex
/
Tutorials
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Tutorials
/
ssh
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
Tutorials
/
ssh
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
README.md
README.md
config
config
README.md
Outline
SSH
Setting up
Place this config file inside your ~/.ssh/ folder.
Make sure you have a private key such as id_rsa
Make sure you execute cat id_rsa.pub >> authorized_keys in each server
Parameters
Host: The alias you want
HostName: The IP
Port: Usually 22 or 222
User: Your username
IdentityFile: Your private key which can be placed at ~/.ssh/id_rsa
LocalForward: Enables forwarding which is helpfull to open python notebooks remotely
ProxyCommand: Allows for connecting directly to nodes through blushark
Back
|
FazBrowse Home
|
New Git URL