LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-08-2016, 12:35 PM   #1
end
Member
 
Registered: Aug 2016
Posts: 266

Rep: Reputation: Disabled
ssh client on hard disk


hy

i have 5 laptops in house. i setup VPS server is there a way that on laptops i install ssh client on hard disk so i dont need operating sistems on laptops. only ssh client with login options. how this works.

thanks
 
Old 11-08-2016, 12:40 PM   #2
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
unless i am mistaken the ssh client will rely on an operating-system to launch its process.

in the theoretical sense, without an operating-system a computer is nothing more than a box that blinks.
 
Old 11-08-2016, 12:55 PM   #3
end
Member
 
Registered: Aug 2016
Posts: 266

Original Poster
Rep: Reputation: Disabled
re

yes that was my thinking beafore few months i have conversation with some guy that works as sys admin on college. He told me that is possible yust install some client on hard disk with login screen and acces vps machine by ip. i didnt ask him nothing else beacouse i think i will find on internet examples, but i cant find anything. So i ask here.
 
Old 11-08-2016, 01:01 PM   #4
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
not quite sure what vps is but you can install a minimal gnu/linux distro (like damn-small-linux) and install an ssh server on it (headless server) and just have pc's log into it when necessary.

or are you looking for laptops with very small space used on the harddrive ? then you can install a minimal gnu/linux distro (like dsl) and install an ssh client so that you log into a server to run applications ?

[/confused]
 
Old 11-08-2016, 01:02 PM   #5
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,292
Blog Entries: 3

Rep: Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718
A Virtual Private Server (VPS) is usually far away and accessible only over the Internet. You normally access it over SSH but would need at least a rudimentary distro installed on your local machine so that you can run the SSH client. Even BusyBox would be enough if you compiled it with an SSH client

If you have configured the right server on your own LAN, then you can boot from the server over the LAN. In that case, you would need no hard drive on your client machines. One fancy set up along those lines would be the Linux Terminal Server Project (LTSP).

Last edited by Turbocapitalist; 11-08-2016 at 01:03 PM.
 
1 members found this post helpful.
Old 11-08-2016, 01:15 PM   #6
end
Member
 
Registered: Aug 2016
Posts: 266

Original Poster
Rep: Reputation: Disabled
re

yes sorry i will explain.

i have three virtualized sistem on pc. vpn, web server, running centos. i have one virtual machine windows. i whant my parents brother etc. use that windows machine so i dont need constantly fix there machines.

my thinking was install some remote client on there laptops without any operating sistem so they enter ip address od of server and username in client and connect to remote desktop on windows. same as vnc client. its funny but like vnc live cd install on hard disk. (i know that that dont exist) but that logic. maybe some similar software exist.

yes your suggestion with small linux distro was my first sollution untit i heard that is possible install yust client.
 
Old 11-08-2016, 01:21 PM   #7
end
Member
 
Registered: Aug 2016
Posts: 266

Original Poster
Rep: Reputation: Disabled
re

Quote:
you would need no hard drive on your client machines. One fancy set up along those lines would be the Linux Terminal Server Project (LTSP).
exacly that
 
Old 11-08-2016, 01:35 PM   #8
end
Member
 
Registered: Aug 2016
Posts: 266

Original Poster
Rep: Reputation: Disabled
re

i didnt reed carfuly about LTPS but i dont whant complicated like this. i will install openbox. i yust heard about installing only client so was curious hove that works.
 
Old 11-08-2016, 05:23 PM   #9
end
Member
 
Registered: Aug 2016
Posts: 266

Original Poster
Rep: Reputation: Disabled
one more question.

can i log in with ssh so that login screen appears first not terminal
 
Old 11-08-2016, 11:30 PM   #10
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,292
Blog Entries: 3

Rep: Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718
Quote:
Originally Posted by end View Post
can i log in with ssh so that login screen appears first not terminal
I'm not sure I understand the question but you can use SSH to tunnel X11. That means you can launch graphical programs, even a Window Manager or a Desktop Environment, on the remote machine and have it displayed on the local machine. However, that is rather slow and there are other methods like FreeNX and VNC (over SSH). But that activity requires at least a minimal OS set up on the client.
 
Old 11-09-2016, 08:18 AM   #11
end
Member
 
Registered: Aug 2016
Posts: 266

Original Poster
Rep: Reputation: Disabled
re

yes you understud it correctly.

i was in doubt about speed.

ssh -XY --this way i connected to vps terminal and then launch login screed e.g."gnome,lxde,etc." and this way graphic enviroment and apps works much faster than vnc. to be hones i didnt test this on windows i dont use it for years now. but to me on linux ssh with x11 is much faster than vnc.

but this way above to users with no technical expirience is to much. vnc for them is ideal. i will try different aproach on this and see what is best.

thanks for replays
 
Old 11-09-2016, 08:24 AM   #12
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,292
Blog Entries: 3

Rep: Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718Reputation: 3718
Ok. VNC does have to be tunneled over SSH so that the connection is encrypted. If you try connecting VNC without such precautions, your session and computer will get found and taken over. Some people have recommended FreeNX instead of VNC. You'd have to see which one works for you.

If you're connecting with SSH keys, which I hope you are, then you can make an extra key that automatically runs the designated application upon successful connection. That application could be a Window Manager, VNC, or a regular application like Chromium.
 
Old 11-09-2016, 08:48 AM   #13
end
Member
 
Registered: Aug 2016
Posts: 266

Original Poster
Rep: Reputation: Disabled
ssh with certs of course. i will experiment and see. i will post after find best solution.

very thanks for comments and time!
 
Old 12-01-2016, 11:07 AM   #14
end
Member
 
Registered: Aug 2016
Posts: 266

Original Poster
Rep: Reputation: Disabled
re

LTSP is exacly i wonted. AT first its look complicated but after reading its best solution.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy of IBM Server hard disk data to Another USB External Hard disk mazharcdn Linux - Server 2 09-02-2009 12:41 AM
second hard disk will not mount on client mayam Linux - Server 2 06-30-2009 02:13 PM
Acquiring a hard disk image through SSH naleen Linux - Newbie 2 03-07-2009 11:00 PM
mounting linux files from another hard disk(IDE) to current hard disk(sata) the lord protector Linux - Hardware 5 05-04-2008 11:30 AM
60GB laptop hard disk & 200GB external USB hard disk linux compatibility powah Linux - Hardware 0 03-07-2006 10:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration