<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>K8s on AI Infra</title>
    <link>https://raghavxk8s.com/categories/k8s/</link>
    <description>Recent content in K8s on AI Infra</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 14 Sep 2022 05:02:26 +0000</lastBuildDate>
    
	<atom:link href="https://raghavxk8s.com/categories/k8s/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>CKS</title>
      <link>https://raghavxk8s.com/post/cks/</link>
      <pubDate>Wed, 14 Sep 2022 05:02:26 +0000</pubDate>
      
      <guid>https://raghavxk8s.com/post/cks/</guid>
      <description>// TODO: Refer mkDoks
SSH security Restrict Kernal modules Open Ports &amp;amp; Listening ports netstat -an | grep -w LISTEN  Check ports are used by which services cat /etc/services | grep -w 53  List processes and thier ports netstat -natp netstat -natp | grep &amp;quot;9090&amp;quot;  Certificates Check .csr certs information
openssl req -text -noout -verify -in CSR.csr  SSH adduser username [enter password on the prompt] # Add user to sudo visudo raghav ALL=(ALL:ALL) ALL # Allow passwordless sudo execution raghav ALL=(ALL) NOPASSWD:ALL # Modify user group usermod &amp;lt;user&amp;gt; -G admin # List members of a group groupmems -g &amp;lt;group&amp;gt; -l # SSH config file cat /etc/ssh/sshd_config # Copy public key to remote host ssh-copy-id -i ~/.</description>
    </item>
    
  </channel>
</rss>