Revision history for SshWithPuppy


Revision [31613]

Last edited on 2016-12-03 15:52:14 by don570
Additions:
Source: [[http://www.murga-linux.com/puppy/viewtopic.php?p=932365#932365 Extra details]]
Deletions:
Source: http://www.murga-linux.com/puppy/viewtopic.php?p=932365#932365


Revision [31612]

Edited on 2016-12-03 15:49:30 by don570 [Open a terminal window with ssh]
Additions:
Here's how to connect to the Pi2/3 running Dropbear (an ssh replacement) from a Linux PC (I'm using Linux Mint here, but works the same way in most distros):
- Open a terminal window on the Pi and run 'ifconfig' to get the IP address
- Open a terminal window on the Linux PC and run
# ssh -X 192.168.0.108 -l root
(change the IP address to the one you got from your Pi; and that's a lowercase 'L' not a 'one' after the minus sign)
- When it asks if you want to continue connecting, write 'yes'. It then asks for the password. It's 'woofwoof'.
You get a '#' prompt and you're in Cool
Now you can start the file manager like this
%%
# rox &
Rox will open in a window on your PC.
(The '&' will start rox in the background and let you have control of the terminal back. That way you can start more programs from the same terminal)
For Seamonkey, just run
%%
# seamonkey &
and the browser will open in another window on your PC.
As to my quest to run the whole Quirky desktop on my Linux PC, at least I can work on it from my PC now, using ssh Razz
Source: http://www.murga-linux.com/puppy/viewtopic.php?p=932365#932365
_________________


Revision [30070]

Edited on 2014-04-14 10:08:03 by darkcity [Open a terminal window with ssh]
Additions:
==Also on the Wiki==
~[[OpenSSH]] - SSH server package


Revision [30069]

Edited on 2014-04-14 10:06:52 by darkcity [update]
Additions:
Puppy doesn't come with an ssh server by default you can get one, for example [[OpenSSH]].
Once downloaded an appropriate package to your Puppy server machine clicking on the file will bring up the puppy package manager and install the package for you.
Typically the ""OpenSSH"" package will be a per-configured server that only allows one user to login. For example, the user spot. The installation may ask for a new password for the users //root// and also //spot//.
==Login to Server via Client==
Once you have installed the SSH server go to the client machine on the same network - assuming you can "ping" the puppy machine you will then be able to enter
Deletions:
puppy doesn't come with an ssh server by default you can get one from here
http://www.puppylinux.ca/tpp/big_bass/openssh-5.1.pet
this site requires to be authenticated - using the username: puppy and password: linux
Once downloaded to your puppy machine clicking on the file will bring up the puppy package manager and install the package for you.
This pre-configured open-ssh server only allows the user spot to login to the puppy machine running this server. During the installation you will be prompted to enter a new password for root and also for the user spot.
Once you have the above pet installed go to another machine on the same network - assuming you can "ping" the puppy machine you will then be able to enter


Revision [30068]

Edited on 2014-04-14 09:56:38 by darkcity [update]
Additions:
==Client==
==Getting an SSH Server for Puppy==
Deletions:
=====Getting an SSH Server for Puppy=====


Revision [24352]

Edited on 2012-10-09 10:19:15 by darkcity [bread cat]
Additions:
[[HomePage]] > [[ComponentHowTo Components and HowTos]] > [[Networking]]
====Using SSH with Puppy====
==What is SSH==
----
==Categories==
CategoryNetworking
CategoryTutorial
Deletions:
======Using SSH with Puppy======
=====What is SSH=====
CategoryHowTo


Revision [4811]

Edited on 2009-12-26 20:50:49 by PhilDaintree [bread cat]
Additions:
The ssh suite of programs also comes with scp - secure copy program that allows files to be transferred over an ssh connection - there are also windows and graphical scp programs such as [[http://winscp.net/eng/index.php the open source winscp]], this is a windows program that allows multiple files to be transferred over scp in secure and convenient way - similar to ftp - but securely.
Deletions:
The ssh suite of programs also comes with scp - secure copy program that allows files to be transferred over an ssh connection - there are also windows and graphical scp programs such as [[http://winscp.net/eng/index.php the open source winscp]] that allows multiple files to be transferred over scp in secure and convenient way - similar to ftp - but securely.


Revision [4810]

Edited on 2009-12-26 20:49:32 by PhilDaintree [bread cat]
Additions:
CategoryHowTo


Revision [4809]

Edited on 2009-12-26 20:48:31 by PhilDaintree [bread cat]
Additions:
this site requires to be authenticated - using the username: puppy and password: linux
Once downloaded to your puppy machine clicking on the file will bring up the puppy package manager and install the package for you.


Revision [4808]

Edited on 2009-12-26 20:45:36 by PhilDaintree [bread cat]
Additions:
#ssh somehost
#ssh -lsomeuser somehost
Deletions:
#ssh //somehost//
#ssh -l//someuser// //somehost//


Revision [4807]

Edited on 2009-12-26 20:44:53 by PhilDaintree [bread cat]
Additions:
This pre-configured open-ssh server only allows the user spot to login to the puppy machine running this server. During the installation you will be prompted to enter a new password for root and also for the user spot.
You need to determine the ip address of your puppy machine - from rxvt terminal use :
Once you have the above pet installed go to another machine on the same network - assuming you can "ping" the puppy machine you will then be able to enter
#ssh -lspot WW.XX.YY.ZZ
Once you have established the connection as spot, to be able to do anything you will also need to switch user - su to the root administrator - you will then be prompted to enter the root password.
Deletions:
%%(bash)
%%(bash)
This only allows the user spot to login to the puppy machine running this server. You need to determine the ip address of your puppy machine - from rxvt terminal use :
Code:
Once you have the above pet installed go to your ubuntu box - assuming you can ping the puppy machine you will then be able to enter
$ssh -lspot WW.XX.YY.ZZ
If you want to give your puppy machine a name - then you can edit /etc/hosts on your ubuntu machine and make WW.XX.YY.ZZ refer to a name of your choosing.


Revision [4806]

The oldest known version of this page was created on 2009-12-26 20:12:07 by PhilDaintree [bread cat]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki