window에서는 putty 같은 툴을 이용해서 손쉽게 synology nas에 ssh로 접근 했는데
mac 에서는 다음과 같은 콘솔 메뉴를 이용해야 하나보다.
quietjun@YongjuncBookAir ~ % ssh
usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]
[-b bind_address] [-c cipher_spec] [-D [bind_address:]port]
[-E log_file] [-e escape_char] [-F configfile] [-I pkcs11]
[-i identity_file] [-J [user@]host[:port]] [-L address]
[-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
[-Q query_option] [-R address] [-S ctl_path] [-W host:port]
[-w local_tun[:remote_tun]] destination [command]
필요한 옵션들로만 적어보면 아래와 같다.
quietjun@YongjuncBookAir ~ % ssh -l [user_name] -p [server_ssh_port] [server_ip]
user_name@server_ip's password: