Sync local time to remote host over ssh


/ Published in: Bash
Save to your folder(s)

Sync local date to remote host over ssh


Copy this code and paste it in your HTML
  1. ssh remote.host.net sudo date $(date "+%m%d%H%M%Y.%S")

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.