Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: SSH help Reqd.  (Read 2794 times)

tickmike

  • Kitizen
  • ****
  • Posts: 3640
  • Yes Another Penguin !. :)
SSH help Reqd.
« on: November 22, 2011, 09:54:36 PM »

I have got Two 'Test' Machines running on my home network and I'm trying to set up SSH on them,
On PCLos we can set it up with a GUI in the control panel (which I have done).

How do I check its running ?.
Logged
I have a set of 6 fixed IP's From  Eclipse  isp.BT ADSL2(G992.3) line>HG612 as a Modem, Bridge, WAN Not Bound to LAN1 or 2 + Also have FTTP (G.984) No One isp Fixed IP >Dual WAN pfSense (Hardware Firewall and routing).> Two WAN's, Ethernet LAN, DMZ LAN, Zyxel GS1100-24 Switch.

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43472
  • Penguins CAN fly
    • DSLstats
Re: SSH help Reqd.
« Reply #1 on: November 22, 2011, 10:38:59 PM »

If it's running, I presume that there will be an active process called ssh (or maybe sshd). You can see all the active processes by typing 'ps -e' in a terminal, or if you use KDE you can see the processes in a GUI by hitting Ctrl+Esc.
Logged
  Eric

tickmike

  • Kitizen
  • ****
  • Posts: 3640
  • Yes Another Penguin !. :)
Re: SSH help Reqd.
« Reply #2 on: November 22, 2011, 11:03:53 PM »

If it's running, I presume that there will be an active process called ssh (or maybe sshd). You can see all the active processes by typing 'ps -e' in a terminal, or if you use KDE you can see the processes in a GUI by hitting Ctrl+Esc.

Thanks Eric, On both machines since setting up SSH last night they were both not running  :'(, In system services the 'Start on boot' tick box was UN-ticked  >:D odd !.

Re .."or if you use KDE you can see the processes in a GUI by hitting Ctrl+Esc." I did not know that.  ;)
Logged
I have a set of 6 fixed IP's From  Eclipse  isp.BT ADSL2(G992.3) line>HG612 as a Modem, Bridge, WAN Not Bound to LAN1 or 2 + Also have FTTP (G.984) No One isp Fixed IP >Dual WAN pfSense (Hardware Firewall and routing).> Two WAN's, Ethernet LAN, DMZ LAN, Zyxel GS1100-24 Switch.

tickmike

  • Kitizen
  • ****
  • Posts: 3640
  • Yes Another Penguin !. :)
Re: SSH help Reqd.
« Reply #3 on: November 22, 2011, 11:40:03 PM »

I'm trying to generate a 'Keygen'
[root@localhost ~]# ssh-keygen -t dsa

I follow all the questions and it says it's been done ok.

I then use "below" to send it to the other machine but keep getting the error.

[root@localhost ~]# ssh-copy-id -i .ssh/id_dsa.pub me@192.168.0.131
15
/usr/bin/ssh-copy-id: ERROR: No identities found



Any idea's what's wrong ?.
« Last Edit: November 23, 2011, 12:52:08 AM by tickmike »
Logged
I have a set of 6 fixed IP's From  Eclipse  isp.BT ADSL2(G992.3) line>HG612 as a Modem, Bridge, WAN Not Bound to LAN1 or 2 + Also have FTTP (G.984) No One isp Fixed IP >Dual WAN pfSense (Hardware Firewall and routing).> Two WAN's, Ethernet LAN, DMZ LAN, Zyxel GS1100-24 Switch.

tickmike

  • Kitizen
  • ****
  • Posts: 3640
  • Yes Another Penguin !. :)
Re: SSH help Reqd.
« Reply #4 on: November 24, 2011, 12:51:26 AM »

Solved
I used the Default directories and it worked ok. ;)
Logged
I have a set of 6 fixed IP's From  Eclipse  isp.BT ADSL2(G992.3) line>HG612 as a Modem, Bridge, WAN Not Bound to LAN1 or 2 + Also have FTTP (G.984) No One isp Fixed IP >Dual WAN pfSense (Hardware Firewall and routing).> Two WAN's, Ethernet LAN, DMZ LAN, Zyxel GS1100-24 Switch.

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43472
  • Penguins CAN fly
    • DSLstats
Re: SSH help Reqd.
« Reply #5 on: November 24, 2011, 07:34:11 AM »

Very good :)

I'm afraid I have no experience of SSH, so I wasn't any help.
Logged
  Eric
 

anything