The last tip was very cool.. I have to connect to several servers with ssh and few of them not use the standard 22 port and I never remember the name of those servers or the specific port.. now I will put them in my config file so I can forget them, thanks.
@Efim882 жыл бұрын
Super useful! Thank you!
@Laflamablanca9692 жыл бұрын
Hey Jay what about ssh keys? I was hoping you’d show how to use specific keys for each connection defined in the config file 😔
@cindrmon2 жыл бұрын
here's an example: ``` Host server HostName server_ip User username IdentityFile /path/to/ssh/private/key ``` hope that helps
@Laflamablanca9692 жыл бұрын
@@cindrmon awesome thanks!!
@Laflamablanca9692 жыл бұрын
@@cindrmon You are a legend! Worked perfectly. Very much appreciated :)
@bahathir_2 жыл бұрын
Other tools such as 'sftp' and 'scp' also utilize the config file.
@sdharden015 ай бұрын
I just wish I had watched these videos BEFORE I worked on my last project at work (Linux newbie here). Anyway, I'll be MUCH more useful to the team going forward! Thanks.
@b7sh_b7sh9 ай бұрын
you are an amazing one 😍😍 Thank you a lot
@gobikrish2762 жыл бұрын
Thanks Jay it is great way to simplify SSH login
@pierre-huguesaubertin16542 жыл бұрын
Shinra is for ff7 and skynet is for terminator
@raul2302852 жыл бұрын
Cool man, thanks...!!
@kjlw992 жыл бұрын
Also how I get different ssh-keys per connection, and sometimes locally disable the strict key checking also. This video could use a sequal showing ssh-keys and how to use jump-hosts from bastion host to actual target. :D
@maxwellmuhanda79402 жыл бұрын
love your tutorials a lot so direct soo helpful
@wparsa11 ай бұрын
The most useful ssh tuturial I've ever seen. how about dynamic port forwarding for scoks5 connection? how can I add that? thanks
@clipsworld63919 ай бұрын
Hi, kindly add a video for (NAT) Natting a Server VM with three other Client VMs in detail.
@michaels82972 жыл бұрын
Thank you jay!
@msheikfaaruk562 жыл бұрын
hi sir i have question about . In system [ubuntu 20.04 ] mtu size is 1500 and i am try connect another system by ethernet .connection successfully done the question is mtu size 1500 but ssh packets are above 1500 in wireshark how ? what is happening there ?
@CarlLovesTopps2 жыл бұрын
I am curious - can you add a -i /dir/keyfile.ppk to a config in this manner as well to simplify connections?
@jackfinan90602 жыл бұрын
yes, use 'IdentityFile /dir/keyfile.ppk'
@podunkis Жыл бұрын
Nicely done. You provided enough information to get people started. There's plenty of info in the man pages (ssh, ssh_config) that allow additional customization, but your video covers enough to make self-guided learning more productive.
@dhanalakshimi Жыл бұрын
😅😮
@xrafter2 жыл бұрын
Hey, is Jay a Linode developer? Or what does advocate mean ?
@pierre-huguesaubertin16542 жыл бұрын
Advocate is a person who publicly supports or recommends a particular cause or policy
@GergelyCsermely2 жыл бұрын
Thanks
@hacks_hackers2 жыл бұрын
I need more explanation about netcat, especially the -s switch......please do a video, thanks.
@ChandrashekarCN10 ай бұрын
💖💖💖💖
@xedover2 жыл бұрын
SSH to connect to remote host: its not asking if you really want to connect to the server... its asking if you want to add the connection to your known_hosts file (then it won't ask you again). There are options to disable the asking (and writing).
A recently created account with this email address was canceled by our automated systems. This was due to activity or patterns associated with fraudulent behavior. Additional attempts to sign up may also be rejected. Linode Some help why do I get this error
@oliverjanssen17002 жыл бұрын
Acme might refer to the company in the movie roger rabbit?
@waltsullivan8986 Жыл бұрын
Please read `man ssh-copy-id ssh-keygen` and avoid having to type passwords. You will need to type a passphrase (as complex as necessary) once per session.
@Jeremy-W0JRL2 жыл бұрын
Once you have your hosts defined, you can use Tab completion to save even more typing!
@entheogenetic12 жыл бұрын
lol'd on potato. nice video
@knowledgeseeker96952 жыл бұрын
Man that Desk is too tall for you! Good videos though as usual 👏
@arsadhkhan3736saha Жыл бұрын
Y
@theperfguy2 жыл бұрын
I dont understand who this is targeted to, It might be better to label this video as relevant only to "Linux beginners" I mean a 10 line article would be good enough to explain this. I thought you would discuss in-depth stuff or gotchas in the ~/.ssh/config file. Not trying to sound passive aggressive, but context/labeling would be really appreciated (Beginners/Intermediate/Expert)
@mangalchandrasingh5214 Жыл бұрын
P
@stoneobscurity2 жыл бұрын
i use alias'es in my .bash_profile then all i need to do is type 'tx1' and it connects. here are some others for local network servers. these all i need to do is type in 'st 202' and it will connect the stone user to the .202 box, etc.
@stoneobscurity2 жыл бұрын
looks like YT filtered out my commands.
@tubeDude482 жыл бұрын
no need for *CTRL-o* in nano, Just enter: *CTRL-x y Enter*