• Home
  • About
    • Seokmin.Lee photo

      Seokmin.Lee

      Hello, I am a master's student in the Department of Convergence Security (Samsung Advanced Security) at Korea University.After graduation, I am expected as a security developer or researcher member of Samsung SDS.

    • Learn More
    • LinkedIn
    • Github
  • Posts
    • All Tags

[linux]다른 linux로 ssh 접속하기

27 Apr 2021

open-sshd가 설치 되어 있어야함

없다면

$ sudo apt-get install open-sshd
$ sudo service ssh start
$ sudo service ssh status

접근 명령어

$ ssh hostname@ip_address -p port_number



linuxsshremote-connect Share Tweet +1