ssh_connect {bsub}R Documentation

Connect to submisstion via ssh

Description

Connect to submisstion via ssh

Usage

ssh_connect()

Details

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

Value

No value is returned.

Examples

# ssh is automatically connected. To manually connect ssh, run:
## Not run: 
ssh_connect()

## End(Not run)
# 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`.

[Package bsub version 1.1.0 Index]