.nh .TH "apptainer" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP apptainer-remote-login - Login to an apptainer remote endpoint .SH SYNOPSIS .PP \fBapptainer 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 or registry is specified, the command will login to the currently active remote endpoint. .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: $ apptainer remote login SylabsCloud .EE .SH SEE ALSO .PP \fBapptainer-remote(1)\fP .SH HISTORY .PP 1-Apr-2024 Auto generated by spf13/cobra