Additions:
[[HomePage]] > [[ComponentHowTo Components and HowTos]] > [[Networking]]
====Using SSH with Puppy====
==What is SSH==
----
==Categories==
CategoryNetworking
CategoryTutorial
====Using SSH with Puppy====
==What is SSH==
----
==Categories==
CategoryNetworking
CategoryTutorial
Deletions:
=====What is SSH=====
CategoryHowTo
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:
Additions:
CategoryHowTo
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.
Once downloaded to your puppy machine clicking on the file will bring up the puppy package manager and install the package for you.
Additions:
#ssh somehost
#ssh -lsomeuser somehost
#ssh -lsomeuser somehost
Deletions:
#ssh -l//someuser// //somehost//
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.
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)
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.