passwordless ssh setting

ssh-keygen -t rsa -b 4096
ssh-copy-id user@remote_ip

get realtime output of ssh remote command

ssh user@remote_ip "cd __; stdbuf -oL ./test"

'리눅스' 카테고리의 다른 글

How to measure code coverage using gcov  (0) 2024.04.24
Transparent Huge Page  (0) 2024.03.20
Core dump not generated  (0) 2023.06.13
Linux Signal List  (0) 2021.06.10
How to use ctags  (0) 2020.11.04

+ Recent posts