Announcement

Collapse
No announcement yet.

cannot secure sheel into linux

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    cannot secure sheel into linux

    i used to be able to ssh into my linux machine from my macbook. i used the command ssh username@ip-address.
    after reinstalling kubuntu i get port 22: Connection refused. i forwarded port 22 to my system but still no luck. is there something i am missing?

    #2
    Re: cannot secure sheel into linux

    you need to first run sudo apt-get install ssh

    Comment


      #3
      Re: cannot secure sheel into linux

      Actually, the package you want to be sure you've installed is openssh-server. Then you need to use the System Services (System Settings->Advanced) to ensure that it's running and that it's set to run on boot.
      E. A. (Ed) Graham, Jr.<br />Professional Java Geek<br />Linux User #28251

      Comment

      Working...
      X