Learn R Programming

bsub (version 1.1.0)

ssh_connect: Connect to submisstion via ssh

Description

Connect to submisstion via ssh

Usage

ssh_connect()

Arguments

Value

No value is returned.

Details

If ssh connection is lost, run this function to reconnect.

Examples

Run this code
# ssh is automatically connected. To manually connect ssh, run:
if (FALSE) {
ssh_connect()
}
# 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