.nh .TH "singularity" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-remote-login - Login to a singularity remote endpoint .SH SYNOPSIS .PP \fBsingularity remote login [login options...] \fP .SH DESCRIPTION .PP The 'remote login' command allows you to set credentials for a specific endpoint. .PP If no endpoint is specified, the command will login to the currently active remote endpoint. This is cloud.sylabs.io by default. .SH OPTIONS .PP \fB-h\fP, \fB--help\fP[=false] help for login .PP \fB-i\fP, \fB--insecure\fP[=false] allow insecure login .PP \fB-p\fP, \fB--password\fP="" password / token to authenticate with .PP \fB--password-stdin\fP[=false] take password from standard input .PP \fB--tokenfile\fP="" path to the file holding auth token for login (remote endpoints only) .PP \fB-u\fP, \fB--username\fP="" username to authenticate with .SH EXAMPLE .EX To log in to an endpoint: $ singularity remote login SylabsCloud .EE .SH SEE ALSO .PP \fBsingularity-remote(1)\fP .SH HISTORY .PP 7-Apr-2024 Auto generated by spf13/cobra