Update 'README.md'

Updated references to .xs_id location
This commit is contained in:
Russtopia 2024-01-29 19:03:13 -08:00
parent 89ad0e0998
commit 17d7bc01ef
1 changed files with 6 additions and 4 deletions

View File

@ -197,15 +197,17 @@ or is interrupted.
### Setting up an 'authtoken' for scripted (password-free) logins ### Setting up an 'authtoken' for scripted (password-free) logins
Use the -g option of xs to request a token from the remote server, which will return a Use the -g option of xs to request a token from the remote server, which will return a
hostname:token string. Place this string into $HOME/.xs_id to allow logins without hostname:token string. Place this string into $HOME/.config/xs/.xs_id to allow logins without
entering a password (obviously, $HOME/.xs_id on both server and client for the user entering a password (obviously, $HOME/.config/xs/.xs_id on both server and client for the user
should *not* be world-readable.) should *not* be world-readable.)
``` ```
$ xs -g user@host.net >~/.xs_id $ xs -g user@host.net >>~/.config/xs/.xs_id
``` ```
[enter password blindly, authtoken entry will be stored in ~/.xs_id] [enter password blindly, authtoken entry will be stored in ~/.config/xs/.xs_id]
NOTE you may need to remove older entries for the same host if this is not the first time you have added
it to your .xs_id file.
### File Copying using xc ### File Copying using xc