PROGRAMMING

ssh 본문

OS/Linux

ssh

Raccoon2125 2022. 5. 28. 20:40

[ Name ]

OpenSSH SSH client (remote login program)

 

[ Synopsis ]

ssh [-1246AaCfgKkMNnqsTtVvXxYy]

       [-b bind_address]

       [-c cipher_spec

       [-D [bind_address:]port]
       [-e escape_char]
       [-F configfile]
       [-i identity_file]
       [-L  [bind_address:]port:host:hostport]
       [-l login_name]
       [-m mac_spec]
       [-O ctl_cmd]
       [-o option]
       [-p port]
       [-R  bind_address:]port:host:hostport]
       [-S ctl_path]
       [-W host:port]
       [-w local_tun[:remote_tun]]
       [user@]hostname [command]

 

[ Option ]

-i identity_file : 인증을 위한 identity (private key) file 지정. -i 여러번 사용 가능.

   (Default: ~/.ssh/identity for ver1 & ~/.ssh/id_rsa, ~/.ssh/id_dsa for ver2.)

 

'OS > Linux' 카테고리의 다른 글

Linux Directory Structure  (0) 2022.05.28
hexdump  (0) 2022.05.26
objdump  (0) 2022.05.25
Comments