Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

[2024 EXTENDED] Black Friday / Cyber Monday: FLASH SALE & MEGATHREAD

17637647667687691337

Comments

  • JabJabJabJab Member
    edited December 2024

    @beanman109 said: what the fuck is KiTTY thats not putty

    putty with send-to-tray options. Was useful pre Windows 10 :-D

    also session/connection filter I think, kinda helps - when I type "VirMach" I only have like 12 entries on the list rather than 30 normally :-D

    Thanked by 1r3k
  • @beanman109 said:
    okay look i tried and googld where ssh keys go in putty and it's not there for me???

    I use Bitvise (https://bitvise.com/), its pretty much better, has FTP too

    Thanked by 1r3k
  • emghemgh Member, Megathread Squad

    @beanman109 said:

    @emgh said:
    Why even use Putty

    Even windows can handle .ssh/config now right

    Only took them 30 years but it was worth it

    Keep things simple IMO

    because i don't know how to connect with an ssh key using command prompt but i CAN do it with a password

    Inside .ssh/config you just reference location of your key

    No won’t ever have to enter it when ssh’ing in, it’ll look like magic

    Thanked by 1r3k
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @emgh said:

    @beanman109 said:

    @emgh said:

    @beanman109 said:
    okay look i tried and googld where ssh keys go in putty and it's not there for me???

    I think Putty has a separate program for keygen

    Windows can’t do it straight from terminal? Noobs

    and YET people ask why the fuck i'm using passwords for $7 VPS's

    Just ask chatgpt how to:
    1. Generate a ed25519 keypair on windows
    2. Setup .ssh/config on windows

    Once you’ve fone that, everything will be a breeze I promise you

    you're starting to sound like an underpants gnome now

    Thanked by 3emgh FAT32 r3k
  • emghemgh Member, Megathread Squad

    Hold on let me get my computer you’ll understand

    Thanked by 3beanman109 FAT32 r3k
  • @emgh said:

    @beanman109 said:

    @emgh said:

    @beanman109 said:
    okay look i tried and googld where ssh keys go in putty and it's not there for me???

    I think Putty has a separate program for keygen

    Windows can’t do it straight from terminal? Noobs

    and YET people ask why the fuck i'm using passwords for $7 VPS's

    Just ask chatgpt how to:
    1. Generate a ed25519 keypair on windows
    2. Setup .ssh/config on windows

    Once you’ve fone that, everything will be a breeze I promise you

    Use ssh-copy-id command to push public key to your servers

    Thanked by 1r3k
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @emgh said:

    @beanman109 said:

    @emgh said:
    Why even use Putty

    Even windows can handle .ssh/config now right

    Only took them 30 years but it was worth it

    Keep things simple IMO

    because i don't know how to connect with an ssh key using command prompt but i CAN do it with a password

    Inside .ssh/config you just reference location of your key

    No won’t ever have to enter it when ssh’ing in, it’ll look like magic

    and i have to do this for every device i want to ssh from?

    Thanked by 2emgh r3k
  • @beanman109 said:

    @emgh said:

    @beanman109 said:

    @emgh said:
    Why even use Putty

    Even windows can handle .ssh/config now right

    Only took them 30 years but it was worth it

    Keep things simple IMO

    because i don't know how to connect with an ssh key using command prompt but i CAN do it with a password

    Inside .ssh/config you just reference location of your key

    No won’t ever have to enter it when ssh’ing in, it’ll look like magic

    and i have to do this for every device i want to ssh from?

    How many devices do you ssh from??

    Thanked by 1r3k
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @brauni said:

    @beanman109 said:

    @emgh said:

    @beanman109 said:

    @emgh said:
    Why even use Putty

    Even windows can handle .ssh/config now right

    Only took them 30 years but it was worth it

    Keep things simple IMO

    because i don't know how to connect with an ssh key using command prompt but i CAN do it with a password

    Inside .ssh/config you just reference location of your key

    No won’t ever have to enter it when ssh’ing in, it’ll look like magic

    and i have to do this for every device i want to ssh from?

    How many devices do you ssh from??

    3-4

    Thanked by 2emgh r3k
  • emghemgh Member, Megathread Squad
    edited December 2024

    @beanman109 said:

    @emgh said:

    @beanman109 said:

    @emgh said:
    Why even use Putty

    Even windows can handle .ssh/config now right

    Only took them 30 years but it was worth it

    Keep things simple IMO

    because i don't know how to connect with an ssh key using command prompt but i CAN do it with a password

    Inside .ssh/config you just reference location of your key

    No won’t ever have to enter it when ssh’ing in, it’ll look like magic

    and i have to do this for every device i want to ssh from?

    Yes, or, easier, just sync the .ssh folder using any cloud service, it dosen't contain any secrets anyway

    This is mine:

    Host xyz1
        HostName xxx
        User root 
        Port xxx
        UseKeychain yes   
        AddKeysToAgent yes
        IdentityFile ~/.ssh/id_rsa
    Host xyz2
        HostName xxx
        User root
        Port xxx
        UseKeychain yes
        AddKeysToAgent yes
        IdentityFile ~/.ssh/id_rsa
    

    If I type 'ssh xyz1' I just go straight in

  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    Never expected the thread to become so informative

  • @beanman109 said:

    @brauni said:

    @beanman109 said:

    @emgh said:

    @beanman109 said:

    @emgh said:
    Why even use Putty

    Even windows can handle .ssh/config now right

    Only took them 30 years but it was worth it

    Keep things simple IMO

    because i don't know how to connect with an ssh key using command prompt but i CAN do it with a password

    Inside .ssh/config you just reference location of your key

    No won’t ever have to enter it when ssh’ing in, it’ll look like magic

    and i have to do this for every device i want to ssh from?

    How many devices do you ssh from??

    3-4

    How do you do it currently?
    Type ssh user@ip and then enter your password?

    Thanked by 1r3k
  • @emgh said:

    @beanman109 said:

    @emgh said:

    @beanman109 said:

    @emgh said:
    Why even use Putty

    Even windows can handle .ssh/config now right

    Only took them 30 years but it was worth it

    Keep things simple IMO

    because i don't know how to connect with an ssh key using command prompt but i CAN do it with a password

    Inside .ssh/config you just reference location of your key

    No won’t ever have to enter it when ssh’ing in, it’ll look like magic

    and i have to do this for every device i want to ssh from?

    Yes, or, easier, just sync the .ssh folder using any cloud service, it dosen't contain any secrets anyway

    This is mine:

    Host xyz1
        HostName xxx
        User root 
        Port xxx
        UseKeychain yes   
        AddKeysToAgent yes
        IdentityFile ~/.ssh/id_rsa
    Host xyz2
        HostName xxx
        User root
        Port xxx
        UseKeychain yes
        AddKeysToAgent yes
        IdentityFile ~/.ssh/id_rsa
    

    If I type 'ssh xyz1' I just go straight in

    This is the way.

    Thanked by 2emgh r3k
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    I'm full of improper IT practices if you want I got plenty more you can all discuss

  • @FAT32 said:
    Never expected the thread to become so informative

    His workflow is a nightmare. We have to bring him to see the light

    Thanked by 2FAT32 r3k
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @emgh said:

    @beanman109 said:

    @emgh said:

    @beanman109 said:

    @emgh said:
    Why even use Putty

    Even windows can handle .ssh/config now right

    Only took them 30 years but it was worth it

    Keep things simple IMO

    because i don't know how to connect with an ssh key using command prompt but i CAN do it with a password

    Inside .ssh/config you just reference location of your key

    No won’t ever have to enter it when ssh’ing in, it’ll look like magic

    and i have to do this for every device i want to ssh from?

    Yes, or, easier, just sync the .ssh folder using any cloud service, it dosen't contain any secrets anyway

    This is mine:

    Host xyz1
        HostName xxx
        User root 
        Port xxx
        UseKeychain yes   
        AddKeysToAgent yes
        IdentityFile ~/.ssh/id_rsa
    Host xyz2
        HostName xxx
        User root
        Port xxx
        UseKeychain yes
        AddKeysToAgent yes
        IdentityFile ~/.ssh/id_rsa
    

    If I type 'ssh xyz1' I just go straight in

    once i figure out how this works on windows maybe i do it

    Thanked by 1r3k
  • emghemgh Member, Megathread Squad

    @beanman109 said:
    I'm full of improper IT practices if you want I got plenty more you can all discuss

    I'm honestly all for that, for examlpe, I use root for everything. But not when it's HARDER

    Thanked by 3beanman109 FAT32 r3k
  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    @beanman109 said:
    I'm full of improper IT practices if you want I got plenty more you can all discuss

    *look at signature*

    lex.st - Free Shared Hosting in 4 Locations

    Now I am worried /jk

    Thanked by 3emgh Decicus r3k
  • plumbergplumberg Veteran, Megathread Squad

    @beanman109 said:
    I'm full of improper IT practices if you want I got plenty more you can all discuss

    One topic every day will help keep this thread open for eternity.

    Thanked by 4FAT32 emgh webcraft r3k
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @brauni said:

    @beanman109 said:

    @brauni said:

    @beanman109 said:

    @emgh said:

    @beanman109 said:

    @emgh said:
    Why even use Putty

    Even windows can handle .ssh/config now right

    Only took them 30 years but it was worth it

    Keep things simple IMO

    because i don't know how to connect with an ssh key using command prompt but i CAN do it with a password

    Inside .ssh/config you just reference location of your key

    No won’t ever have to enter it when ssh’ing in, it’ll look like magic

    and i have to do this for every device i want to ssh from?

    How many devices do you ssh from??

    3-4

    How do you do it currently?
    Type ssh user@ip and then enter your password?

    yes

    Thanked by 2emgh r3k
  • emghemgh Member, Megathread Squad

    @beanman109 said:

    @emgh said:

    @beanman109 said:

    @emgh said:

    @beanman109 said:

    @emgh said:
    Why even use Putty

    Even windows can handle .ssh/config now right

    Only took them 30 years but it was worth it

    Keep things simple IMO

    because i don't know how to connect with an ssh key using command prompt but i CAN do it with a password

    Inside .ssh/config you just reference location of your key

    No won’t ever have to enter it when ssh’ing in, it’ll look like magic

    and i have to do this for every device i want to ssh from?

    Yes, or, easier, just sync the .ssh folder using any cloud service, it dosen't contain any secrets anyway

    This is mine:

    Host xyz1
        HostName xxx
        User root 
        Port xxx
        UseKeychain yes   
        AddKeysToAgent yes
        IdentityFile ~/.ssh/id_rsa
    Host xyz2
        HostName xxx
        User root
        Port xxx
        UseKeychain yes
        AddKeysToAgent yes
        IdentityFile ~/.ssh/id_rsa
    

    If I type 'ssh xyz1' I just go straight in

    once i figure out how this works on windows maybe i do it

    The same way, Windows now supports .ssh/config just like linux/mac

    Thanked by 1r3k
  • @Zyra said:
    generate a fancy ssh key first:
    ssh-keygen -t ed25519 -a 100

    what is the -a do ?

    Thanked by 1r3k
  • @beanman109 said:

    @brauni said:

    @beanman109 said:

    @brauni said:

    @beanman109 said:

    @emgh said:

    @beanman109 said:

    @emgh said:
    Why even use Putty

    Even windows can handle .ssh/config now right

    Only took them 30 years but it was worth it

    Keep things simple IMO

    because i don't know how to connect with an ssh key using command prompt but i CAN do it with a password

    Inside .ssh/config you just reference location of your key

    No won’t ever have to enter it when ssh’ing in, it’ll look like magic

    and i have to do this for every device i want to ssh from?

    How many devices do you ssh from??

    3-4

    How do you do it currently?
    Type ssh user@ip and then enter your password?

    yes

    Honest question man, do you want to use public key to save time to type password and again?

    Thanked by 1r3k
  • emghemgh Member, Megathread Squad

    @DeviousDev said:

    @Zyra said:
    generate a fancy ssh key first:
    ssh-keygen -t ed25519 -a 100

    what is the -a do ?

    https://linux.die.net/man/1/ssh-keygen

    Thanked by 1r3k
  • ZyraZyra Member
    edited December 2024

    @DeviousDev said:

    @Zyra said:
    generate a fancy ssh key first:
    ssh-keygen -t ed25519 -a 100

    what is the -a do ?

    Key derivation rounds, so in that case, 100 rounds

    Thanked by 1r3k
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    do i want a passphrase for the key

    Thanked by 2Zyra r3k
  • emghemgh Member, Megathread Squad

    @beanman109 said:
    do i want a passphrase for the key

    no

    Thanked by 1r3k
  • @beanman109 said:

    @brauni said:

    @beanman109 said:

    @brauni said:

    @beanman109 said:

    @emgh said:

    @beanman109 said:

    @emgh said:
    Why even use Putty

    Even windows can handle .ssh/config now right

    Only took them 30 years but it was worth it

    Keep things simple IMO

    because i don't know how to connect with an ssh key using command prompt but i CAN do it with a password

    Inside .ssh/config you just reference location of your key

    No won’t ever have to enter it when ssh’ing in, it’ll look like magic

    and i have to do this for every device i want to ssh from?

    How many devices do you ssh from??

    3-4

    How do you do it currently?
    Type ssh user@ip and then enter your password?

    yes

    So do baby changes.
    create ssh keypair
    Add it to the servers from one machine
    On the next machine you just put the same keypair in the ssh folder

    Now you can connect the same with way
    ssh user@ip
    But no password asked

    No need for config file (yet) if you use the default keypair names and are fine with needing to type the user@ip stuff

    Thanked by 1r3k
  • beanman109beanman109 Member, Host Rep, Megathread Squad
    edited December 2024

    @428 said:

    @beanman109 said:

    @brauni said:

    @beanman109 said:

    @brauni said:

    @beanman109 said:

    @emgh said:

    @beanman109 said:

    @emgh said:
    Why even use Putty

    Even windows can handle .ssh/config now right

    Only took them 30 years but it was worth it

    Keep things simple IMO

    because i don't know how to connect with an ssh key using command prompt but i CAN do it with a password

    Inside .ssh/config you just reference location of your key

    No won’t ever have to enter it when ssh’ing in, it’ll look like magic

    and i have to do this for every device i want to ssh from?

    How many devices do you ssh from??

    3-4

    How do you do it currently?
    Type ssh user@ip and then enter your password?

    yes

    Honest question man, do you want to use public key to save time to type password and again?

    i want a convenient way to access my servers/credentials via ssh whenever I am not at my home PC where all the creds are stored in termius

    Thanked by 2Saragoldfarb r3k
  • emghemgh Member, Megathread Squad

    @beanman109 said: termius

    Thanked by 1r3k
This discussion has been closed.