-
Notifications
You must be signed in to change notification settings - Fork 971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh plugin support specifying private/public keys path #515
Conversation
Fixes: #403 |
please list the value table for |
Hey @hzxuzhonghu, TravisCI finished with status TravisBuddy Request Identifier: 5f3d74a0-0161-11ea-82f1-cf3ba55cf6d0 |
Sorry, i can not catch this. |
Hey @hzxuzhonghu, TravisCI finished with status TravisBuddy Request Identifier: ef9f1520-01da-11ea-8e58-e963e1672326 |
Hey @hzxuzhonghu, TravisCI finished with status TravisBuddy Request Identifier: fb19bca0-0218-11ea-8e58-e963e1672326 |
Hey @hzxuzhonghu, TravisBuddy Request Identifier: 958e5370-0432-11ea-8ac3-8db289d111a9 |
ping @k82cn |
@hzxuzhonghu have you example of job how to use ssh & mpi in userspace? |
@hzxuzhonghu , please help to list expected result when |
@dalfos , a initContainer or script is necessary to copy private/public key into |
@k82cn maybe add param --port $port which adds lines "Port $port" for master and workers in .ssh/config. User cannot start sshd on port 22 (I started for example on port 2222). |
I found in mpirun: |
Yes, we donot care about the port of sshd in volcano.
What do u mean by userspace?
if |
@hzxuzhonghu I mean case then sshd is executed by user (not by root). |
ok, so the default value of |
Yes |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hzxuzhonghu, k82cn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Added
ssh-key-file-path
to allow users to specify the path of ssh keys. For example if you want to store the keys in/a/b
, the blowing config can work.