Next time you start a new SSH connection with the same server, authentication will be made using SSH keys.
This way of authentication is often used on CI/CD to automate processes and authenticate machines without user interaction.
Conclusion
Today, SSH and SSH keys are incredibly important and used everywhere. From online services to automatically authenticate each other to your Github account to push the code changes.
You don't have to be a Secure Shell expert by any means, but knowing the basics can come a long way. I hope this post has provided you with just that - the basics.
This post was first published on my blog.
#ssh #shel #macos #linux
theverge.com
1. Nvidia thinks RTX 4090 cables melted because they weren’t fully plugged in
The company says it’s heard around 50 reports of issues. | Photo by Tom Warren / The Verge
Weeks after Nvidia announced that it was investigating reports that the power cables for its RTX 4090 graphics card were melting and burning, the company says it may know why: they just weren’t plugged in all the way.
In a post to its customer support forum on Friday, Nvidia says that it’s still investigating the reports, but that its findings “suggest” an insecure connector has been a common issue. It also says that it’s gotten around 50 reports of the issue.
Nvidia’s flagship card uses what’s known as a 12VHPWR power connector, a new standard that isn’t natively supported by most of the power supplies that people already have in their PCs. Because of that, it ships an adapter — or “power dongle,” as Friday’s post calls it — in the...
Continue reading…
2. SwiftKey is unexpectedly back on iOS
It’s returned! | Photo by Amelia Holowaty Krales / The Verge
Microsoft’s SwiftKey keyboard has unexpectedly returned to the App Store. The company officially discontinued support for the keyboard and removed it from the App Store in October, but now it’s available for iOS users once again.
“Based on customer feedback, SwiftKey iOS has been relisted on the Apple App Store,” Microsoft’s Caitlin Roulston said in statement to The Verge. “Please visit Support.SwiftKey.com for more information.”
Despite the return, SwiftKey’s latest update is still from August 11th, 2021. It’s unclear if or when it will be updated — users had complained about issues ahead of the discontinuation — but it seems like there will be some changes to look forward to. Vishnu Nath, Microsoft’s VP and GM of OneNote and the Office...
Continue reading…
This way of authentication is often used on CI/CD to automate processes and authenticate machines without user interaction.
Conclusion
Today, SSH and SSH keys are incredibly important and used everywhere. From online services to automatically authenticate each other to your Github account to push the code changes.
You don't have to be a Secure Shell expert by any means, but knowing the basics can come a long way. I hope this post has provided you with just that - the basics.
This post was first published on my blog.
#ssh #shel #macos #linux
theverge.com
1. Nvidia thinks RTX 4090 cables melted because they weren’t fully plugged in
The company says it’s heard around 50 reports of issues. | Photo by Tom Warren / The Verge
Weeks after Nvidia announced that it was investigating reports that the power cables for its RTX 4090 graphics card were melting and burning, the company says it may know why: they just weren’t plugged in all the way.
In a post to its customer support forum on Friday, Nvidia says that it’s still investigating the reports, but that its findings “suggest” an insecure connector has been a common issue. It also says that it’s gotten around 50 reports of the issue.
Nvidia’s flagship card uses what’s known as a 12VHPWR power connector, a new standard that isn’t natively supported by most of the power supplies that people already have in their PCs. Because of that, it ships an adapter — or “power dongle,” as Friday’s post calls it — in the...
Continue reading…
2. SwiftKey is unexpectedly back on iOS
It’s returned! | Photo by Amelia Holowaty Krales / The Verge
Microsoft’s SwiftKey keyboard has unexpectedly returned to the App Store. The company officially discontinued support for the keyboard and removed it from the App Store in October, but now it’s available for iOS users once again.
“Based on customer feedback, SwiftKey iOS has been relisted on the Apple App Store,” Microsoft’s Caitlin Roulston said in statement to The Verge. “Please visit Support.SwiftKey.com for more information.”
Despite the return, SwiftKey’s latest update is still from August 11th, 2021. It’s unclear if or when it will be updated — users had complained about issues ahead of the discontinuation — but it seems like there will be some changes to look forward to. Vishnu Nath, Microsoft’s VP and GM of OneNote and the Office...
Continue reading…
dev.to
1. SSH Key Pair
SSH-Key
Accessing a remote repository via SSH without the need to provide username and password every time I pull or push.
Go to your command line prompt (e.g. the GitHub CLI installed previously), and run:
ssh-keygen
Use the same command for Windows, only with .exe extension.
Just hit Enter for each of the questions asked...
It will generate a .ssh/ directory in your home dir with key-pair inside, in the form of 2 files:
id_rsa - is the private key - which I always keep locally on my comp…
#osdc #opensource #ssh
2. FLiP Stack Weekly 28-Jan-2023
28-Jan-2023
FLiP Stack Weekly
Welcome to the fourth newsletter of 2023.
Tim Spann @PaaSDev
Get some training
https://www.eventbrite.com/e/practical-apache-pulsar-application-development-by-streamnative-tickets-522950859097
PODCAST
Take a look at recent podcasts in audio or video format.
https://www.buzzsprout.com/2062659/11463086-messaging-streaming-and-events-101-episode-1-of-crossing-the-streams
https://www.youtube.com/watch?v=U8aPBhlvDHU&feature=emb_imp_woyt
CODE + COMMUNITY
Jo…
#apachepulsar #apacheflink #opensource
3. Insurance Cost Prediction using Machine Learning with Python.
Machine learning (ML) is a sub set of artificial intelligence (AI) that allows software applications to become more accurate at predicting outcomes without being explicitly programmed to do so.
Machine learning algorithms uses historical data as input to predict new output values.
In this project, I worked on developing an end to end machine learning project using linear regression.
Data cleaning, Extensive data visulaization, Exploratory data analysis was also done.
Data Description:
The dat…
#machinelearning #python #datascience #ai
1. SSH Key Pair
SSH-Key
Accessing a remote repository via SSH without the need to provide username and password every time I pull or push.
Go to your command line prompt (e.g. the GitHub CLI installed previously), and run:
ssh-keygen
Use the same command for Windows, only with .exe extension.
Just hit Enter for each of the questions asked...
It will generate a .ssh/ directory in your home dir with key-pair inside, in the form of 2 files:
id_rsa - is the private key - which I always keep locally on my comp…
#osdc #opensource #ssh
2. FLiP Stack Weekly 28-Jan-2023
28-Jan-2023
FLiP Stack Weekly
Welcome to the fourth newsletter of 2023.
Tim Spann @PaaSDev
Get some training
https://www.eventbrite.com/e/practical-apache-pulsar-application-development-by-streamnative-tickets-522950859097
PODCAST
Take a look at recent podcasts in audio or video format.
https://www.buzzsprout.com/2062659/11463086-messaging-streaming-and-events-101-episode-1-of-crossing-the-streams
https://www.youtube.com/watch?v=U8aPBhlvDHU&feature=emb_imp_woyt
CODE + COMMUNITY
Jo…
#apachepulsar #apacheflink #opensource
3. Insurance Cost Prediction using Machine Learning with Python.
Machine learning (ML) is a sub set of artificial intelligence (AI) that allows software applications to become more accurate at predicting outcomes without being explicitly programmed to do so.
Machine learning algorithms uses historical data as input to predict new output values.
In this project, I worked on developing an end to end machine learning project using linear regression.
Data cleaning, Extensive data visulaization, Exploratory data analysis was also done.
Data Description:
The dat…
#machinelearning #python #datascience #ai
dev.to
Resolving SSH Permission Denied Errors Due to OpenSSH Version Vulnerabilities
If you have encountered errors while using SSH, such as the ones below: Example...
#howto #webdev #ssh
Resolving SSH Permission Denied Errors Due to OpenSSH Version Vulnerabilities
If you have encountered errors while using SSH, such as the ones below: Example...
#howto #webdev #ssh
thehackernews.com
Legion Malware Upgraded to Target SSH Servers and AWS Credentials
Legion malware evolves with expanded capabilities. Latest version exploits SSH servers and gains access to DynamoDB and CloudWatch credentials.
#AmazonWebServices #SSH
Legion Malware Upgraded to Target SSH Servers and AWS Credentials
Legion malware evolves with expanded capabilities. Latest version exploits SSH servers and gains access to DynamoDB and CloudWatch credentials.
#AmazonWebServices #SSH