centos - Using rsync between 2 Google Cloud instances -


i'm trying sync data between 2 google cloud instances within same project. command:

rsync --dry-run -zvh username@instancename:/home/username /home/username 

i ran following error:

permission denied (publickey,gssapi-keyex,gssapi-with-mic). rsync: connection unexpectedly closed (0 bytes received far) [receiver] rsync error: unexplained error (code 255) @ io.c(605) [receiver=3.0.9] 

one assumes issue key. how resolve issue?


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -