Learn R Programming

bsub (version 2.0.6)

ssh_connect: Connect to submisstion via ssh

Description

Connect to submisstion via ssh

Usage

ssh_connect(...)

ssh_disconnect()

Arguments

...

Pass to ssh::ssh_connect().

Examples

Run this code
# ssh is automatically connected. To manually connect ssh, run:
if (FALSE) {
ssh_connect()
ssh_disconnect()
}
# where the user name is the one you set in `bsub_opt$user` and
# the node is the one you set in `bsub_opt$login_node`.

Run the code above in your browser using DataLab