Skip to content

Commit

Permalink
maprcli login via ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Mar 22, 2021
1 parent a3e78f7 commit 4cdb271
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mapr.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,11 @@ maprlogin password -user {your cluster username} -duration 30:0:0 -renewal 90:0:
maprlogin print
maprlogin logout
```
## login via ssh
```
execution_string="echo '"$CLUSTER_PASS"' | maprlogin password -user cherkavi "
ssh $CLUSTER_USER@$CLUSTER_NODE $execution_string
```

## check your credential, expiration date/time
```
Expand Down

0 comments on commit 4cdb271

Please sign in to comment.